Translations & AppText

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

Thanks

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).

I don’t think URL parameters is a good way to go.

1 Like

Thanks, definitively the parameter is something I want to get away.

I found that, beside the field, we need to specify our app the name of the field it self…

It’s working now! Thanks

This topic was automatically closed after 70 days. New replies are no longer allowed.