C# Class SIP_Agent.Translate

Translate (translation) class Used by the system to translate GUI elements and messages.
Datei anzeigen Open project: anroots/SIP-Agent

Public Methods

Method Description
str ( string input ) : string
str ( string input, string>.Dictionary replacements = null ) : string

Translate a string placeholder into the current language

Method Details

str() public static method

public static str ( string input ) : string
input string
return string

str() public static method

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
return string