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 supplied.

...

translate(value, arg0,.....argN)

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

...