Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
webconsole-3.0.0
-
None
Description
Currently the locale is detected by checking the request; I think we should improve this:
- a user should be able to switch the language
- there should be a possibility to configure a default language - I guess there are situations where localization of the web console is simply not desired.
So what about a new configuration value for the web console which defines the default language - this is optional.
The language detection might then go like this:
- check for a cookie with a language
- check the user for a configured language (once we have user admin support)
- if a language is configured for the web console, use this
- use request locale
Attachments
Attachments
Issue Links
- relates to
-
FELIX-2277 Allow the user to select display language
- Closed