Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt
hiddentrue

translateTo(language, value) Will translate the value according to the application running and the language name supplied.

...

ArgumentTypeDescription
languageStringThe short code of the language (to match what's in the Language object).
valueStringA string of characters to be translated
arg0...NStringA collection of strings which will replace the characters "{n}" in the final translations

...