Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?
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.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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?
Seems to me that this is the one generates the default setup:
and en is mapped to en-GB.
Thank you.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.