Login Language Problem after Update from 7.6.2 to 7.7.8
Hi,
we updated our umbraco-site from 7.6.2 to 7.7.8 and after the update, the login-page will not be translated, when you call the site for the first time.
If you login and logout, translation appears, but on your first hit, the placeholders are not replaced.
I wrote a console-log in the LoginController of the umbraco.controller.js to see, what the function returns:
I also copy and pasted the language files from en.xml to en-GB.xml (also done for en-us and de) and changed the initial language setting in the web.config to all the language above. Nothing changes.
Has anyone another idea, what the problem could be?
When I add a enplain.xml file, it is partly translated, but the backend crashes.
So the problem is, that initially, the language enplain is returned, what causes the error in the log:
WARN Umbraco.Core.Services.LocalizedTextService - The culture specified was not found in any configured sources for this service
Any idea how to fix it without recompile the source code?
Login Language Problem after Update from 7.6.2 to 7.7.8
Hi,
we updated our umbraco-site from 7.6.2 to 7.7.8 and after the update, the login-page will not be translated, when you call the site for the first time. If you login and logout, translation appears, but on your first hit, the placeholders are not replaced.
I wrote a console-log in the LoginController of the umbraco.controller.js to see, what the function returns:
The output is [login_greeting0].
I also copy and pasted the language files from en.xml to en-GB.xml (also done for en-us and de) and changed the initial language setting in the web.config to all the language above. Nothing changes.
Has anyone another idea, what the problem could be?
I run out of ideas ...
The site concerned you find at: https://www.hierbinichgast.de/umbraco/
Ok, there is a related issue, that fits my problem: http://issues.umbraco.org/issue/U4-6665
When I add a enplain.xml file, it is partly translated, but the backend crashes. So the problem is, that initially, the language enplain is returned, what causes the error in the log:
WARN Umbraco.Core.Services.LocalizedTextService - The culture specified was not found in any configured sources for this service
Any idea how to fix it without recompile the source code?
is working on a reply...