Multi language Mendix application

0
Hi All, Hope you are doing well !! How can we create a multi-language mendix application where the user can have a drop-down on a login page to select the desired language and then the entire text can be converted to that language. Kindly provide your suggestion or feedback, how we can achieve this.   Thanks in advance,
asked
1 answers
0

Personally I would then prompt a personalized version of the Account_Edit page after every login, so that a user can select the desired language every time (s)he logs in. Then you can develop your app with the standard multi-language facilities provided by Mendix and you don't have to make things more difficult with a helper-object on your login page.

Hope that helps!

answered