Arabic language support for Native Mobile application.

0
Hi all, I have a requirement to include Arabic language along with English for Anonymous users in my Mendix native mobile application, but the app is not getting translated to Arabic even after changing the association for the User entity. I have also tried with mx.reload(). Anyone got any idea?
asked
2 answers
2

See: https://forum.mendix.com/link/questions/105251

 

And here’s a module that will do language switching on native. You can use the snippet included (or something like it).

 

It works like this:

  1. Shows the user the same reference selector to pick a language
  2. Upon saving:
    1. Saves the language locally
    2. Calls a microflow on the server with the new language code, which updates the server Account/User object accordingly
    3. Restarts the app
answered
1

Hi James Jacob Jose,

 

Not all font families support arabic. Make sure you use Tahoma in order to get Arbaic translation.

 

Hope this will help,

Jan

answered