If you are logging in with a user who was created before the default UI language change, that user will always see their original language, in your case EN. The default UI language is used when creating a new user. So when a new user is created, it will be given the language from web.config and will stay until changed via the back office. I hope that makes sense.
I know about the Users language-settings. The problem here is the default language of the login dialog to the backoffice (/umbraco). The language of that dialog should be controlled by the umbracoDefaultUILanguage.
If I login with a user with another language than "en" and logout, the dialog in the login is in the users language.
umbracoDefaultUILanguage has no effect
Running 7.1.6
I have change "umbracoDefaultUILanguage" in the web.config to "da". But the backoffice is still "en" language!
Is it only me or do others have the same issue?
Thanks in advance
Mikkel
Hi Mikkel,
If you are logging in with a user who was created before the default UI language change, that user will always see their original language, in your case EN. The default UI language is used when creating a new user. So when a new user is created, it will be given the language from web.config and will stay until changed via the back office. I hope that makes sense.
Thanks, Dan.
Hi Dan
I know about the Users language-settings. The problem here is the default language of the login dialog to the backoffice (/umbraco). The language of that dialog should be controlled by the umbracoDefaultUILanguage.
If I login with a user with another language than "en" and logout, the dialog in the login is in the users language.
- Mikkel
Looks like there is a issue in the bugtracker
http://issues.umbraco.org/issue/U4-4585
Please go vote :-)
is working on a reply...