Localization
By default your user's default device language will be set within your app for all web content which will then display in the corresponding language in the same manner it is displayed in a regular browser, i.e. if there is an `Accept-Language` header present. The native UI components in the native app layer have been localized to various languages as contributed by customers. These must be selected to enable for your app.
Web content
Your web server must send a Accept-Language
header. This will function for any standard language code without limitation.
Native UI components
You must select which languages to include within your native app. Currently support languages include: ar, ca, cs, da, de, en, es, es-419, fi, fr, gd, he, hu, it, ja, nl, nn-NO, pt-BR, pt-PT, tr
. If a language you require is not listed please get in touch with our team and we will be happy to add support.
Updated 17 days ago