[Top]
Tools
Tools.Language
Tools.Language.Translate
|
Method Tools.Language.Translate.translate()
- Method
translate
-
string translate(string text, string from, string to)
- Description
-
translates a string
- Parameter from
-
a language to translate from;
valid options are constants contained in this module
- Parameter to
-
a language to translate to;
valid options are constants contained in this module
- Returns
-
the translated string
|