Is it possible to get the current selected system language on a device?

I guess the below systemsVars are related to features in the Enterprise version of Appgyver:

Selection_022

But is there a way to get the current system language code of a device on Android/IOS or do you need the Enterprise version as well for that?

have you tried the second option in your screenshot?

I had another look at this and the correct setting I needed to use is systemVars.i18n.preferredLanguages

On my Android device I tried setting 3 different languages (EN, DE, NL) as system language and it correctly shows the changed system language.

I can use this now to show the initial translations based on the users system language setting (or use english as default). Hope this works on IOS as well.

Selection_026
Selection_027
Selection_028

2 Likes