My app will be used by both English and Spanish users. How do I set up multi-language support for my app?
- 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.
- 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