How to translate my data into the language of the user

0
I have an application where in a table with data filled by the users is visible on the screen. I want to add a functionality where if the user selects any other language all the data should be translated accordingly not just the column headers, buttons etc but also the data which was added by some user. How can I achieve this? Is there any module in mendix for translation that i can use in my microflow and trigger it when language is changed and all data is translated.  
asked
1 answers
0

You would need to add a translating service to your app. For a demo project you can take a look at this marketplace sample implementation of an AWS service.

Other services eg for Google or ChatGPT are also available in the Marketplace.

answered