Hi, is there any way to automatically show app text based on current user language?
I am doing this by setting a parameter in the page &lang= but I am curious if I can implement the same withou the parameter.
Example
I have my User object with the field called Language set to es_es
I would like to see the page with apptext properly showing the text in es_es
It seems it would be easier to have your user pick their desired language in their profile. You would add a data type ‘language’ to user (or whatever you wanted to call it).