Domain Model

0
I have a mendix website that renders content in "Arabic" and "English". I could see an Entity "System.Language" with an attribute "Code" . i think the value of the attribute "Code" changes whenever we switch from one language to another .   my question is  to what value the "Code" will be set when i switch to English or to Arabic. Also if i change the value of the "Code" attribute in "System.Language" entity then will the content of the page change to the new language?  
asked
2 answers
0

Hi Mohammed, 

 

Yes and no. It will change the language and thus the content but it will mean that you need to set the content on the page as well. If you are using dynamic content, you must make sure that all languages you support in the settings, also have dynamic content available. 

Check out the language documentation here to get to know more about this. 

 

KR, Jurre

answered
-1

Hi Mohammed,

from Language settings you can able to see both description and code.

image.png

image.png

Hope it helps!

Thanks & Regards,

Manikandan K

answered