Excerpt | ||
---|---|---|
| ||
translateTo(language, value) Will translate the value according to the application running and the language name supplied. |
...
Argument | Type | Description |
---|---|---|
language | String | The short code of the language (to match what's in the Language object). |
value | String | A string of characters to be translated |
arg0...N | String | A collection of strings which will replace the characters "{n}" in the final translations |
...