Providing language changing option to User.

0
Hi,  I am developing an app in which User should get option of choosing language. I followed following documentation and able to display button name like “New, Edit” in datagrid in other language. https://docs.mendix.com/howto/collaboration-requirements-management/translate-your-app-content But I want user should be given option to chose language ( For Ex. Drop Down box)and get data based on selected language. Currently I want to achieve it in 3 language. How shall I proceed to achieve desired objective.? Thanks in Advance.
asked
1 answers
0

Hi Sushil ,

Check out the LocaleSwitcher module in the app store. If the UI doesn’t give you exactly what you need, you should be able to modify it to meet your needs. It handles the tricky part of changing languages and reloading the user’s page.

answered