translation dynamically mendix user side

0
Hi,  We have a project where we need to implement multiple languages, the user can change it whenever he wants (click on a flag in the navigation menu for example), no matter his default language.  The project has to be accessible by anonymus users also. We would like also that all the texts in the app can be modify by the Admin. (even the dataGrid titles) Someone has a solution? Thank you
asked
2 answers
1

You will not find a prebuilt solution for fully dynamic translations that are editable at runtime. In fact, building this in Mendix would take a massive level of customization.

However, if you are ok with translations being done at design time (languages don’t change that quickly!), then look at the Locale Switcher module. It can be modified slightly to create buttons to switch language on the fly.

answered
0

Someone knows a solution please?

answered