How do I support multiple languages for my app?

My app will be used by both English and Spanish users. How do I set up multi-language support for my app?

  1. Fire the ā€œAdd languageā€ action in OXIDE, and then simply select the language you wish to add to your application. This will set up the necessary artifacts to manage string translations for the language.
  2. To allow users to chose the new language in an app, fire the ā€œEnable languageā€ action in OXIDE.

Note: The platform will automatically translate any hard-coded strings in the container such as "Diagnostics" and "About". However you need to manage your own translations for any other strings. You can learn how to do that here: https://docs.journeyapps.com/reference/app-features/translations

2 Likes