C# Класс SIP_Agent.Translate

Translate (translation) class Used by the system to translate GUI elements and messages.
Показать файл Открыть проект

Открытые методы

Метод Описание
str ( string input ) : string
str ( string input, string>.Dictionary replacements = null ) : string

Translate a string placeholder into the current language

Описание методов

str() публичный статический Метод

public static str ( string input ) : string
input string
Результат string

str() публичный статический Метод

Translate a string placeholder into the current language
public static str ( string input, string>.Dictionary replacements = null ) : string
input string String placeholder from a translations file
replacements string>.Dictionary A dictionary of replacements to do in the translated string
Результат string