Top  | Previous | Next

Changing the Current Language

The currently displayed language can be changed in a number of ways:

On project login, the user may select their desired language.
Through the use of a Language Selector component in the project. This component displays the languages that have translations available, and changes the current language based on selection.
Through the system.util.setLocale() function. This function takes an ISO 639-1 two-letter code for the language to use (e.g. "en", "fr", "de", "es", etc.)