-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store interface language for users #116
Comments
This could be done this way:
|
And:
|
Could this "user prefered language" attribute be used to serve documents when the language is not specified? Of course for anonymous users we would not have such a "user prefered language" attribute and should use a default lang. |
On the ui server side you usually do not have the authentication token (only when doing xhr requests where the token is explicitly set in the headers). But the current interface language is stored in a cookie, which is already used for list views, see c2corg/v6_ui#73. |
Can we close this issue @gberaudo ? |
A user should be able to set their preferred interface language which is stored in the database and used every time they access the site.
The text was updated successfully, but these errors were encountered: