Copied to clipboard

Flag this post as spam?

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


  • Don Nehc 69 posts 222 karma points
    Jul 23, 2016 @ 13:42
    Don Nehc
    0

    How to change default en-GB?

    Hello, I setup Umbraco on localhost. The default admin account has language set to en-GB. Where do I change this so upon install, the default language sets to en-US?

  • Don Nehc 69 posts 222 karma points
    Jul 23, 2016 @ 15:38
    Don Nehc
    0

    Seems to me that this is the one generates the default setup:

        private void CreateUmbracoUserData()
        {
            _database.Insert("umbracoUser", "id", false, new UserDto { Id = 0, Disabled = false, NoConsole = false, Type = 1, ContentStartId = -1, MediaStartId = -1, UserName = "Administrator", Login = "admin", Password = "default", Email = "", UserLanguage = "en" });
    
        }
    

    and en is mapped to en-GB.

    Thank you.

Please Sign in or register to post replies

Write your reply to:

Draft