Exclude text items from being automatically translated by i.e. Google Translate - Mendix Forum

Exclude text items from being automatically translated by i.e. Google Translate

0

Sometimes we get customer complaints that their information is displayed wrongly on the website. It turns out that these customers have Google Translate enabled, which results in dubious translations sometimes for language agnostic information, such as name, address, etc.

 

It is possible to add a html tag to these elements and to prevent automatic translation. See f.e. HTML translate global attribute - HTML | MDN

 

To enforce this, we need to wrap the Text property in another widget to set this HTML, but would it not be better to simply add a property to the Text widget itself?

 

asked
0 answers