TinyMCE:API/tinymce.Editor/translate
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: translate
[edit]
Summary
Translates the specified string by replacing variables with language pack items it will also check if there is a key matching the input.
[edit]
Syntax
<String> translate(<String> s)
[edit]
Parameters
- s
- String to translate by the language pack data.
[edit]
Returns
Translated string.
