I guess the below systemsVars are related to features in the Enterprise version of Appgyver:
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?
I guess the below systemsVars are related to features in the Enterprise version of Appgyver:
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.