Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Thomas Beckert 193 posts 469 karma points
    Jan 15, 2018 @ 08:57
    Thomas Beckert
    0

    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:

    localizationService.localize('login_greeting0').then(function (label) {
             console.log(label);
            }); 
    

    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/

  • Thomas Beckert 193 posts 469 karma points
    Jan 17, 2018 @ 11:13
    Thomas Beckert
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft