Fix default language

The default preferred language in the startup wizard now defaults to
English (United States).
pull/1154/head
Andrew Rabert 6 years ago
parent 9c49e936f0
commit 4929ee9ab6

@ -246,7 +246,7 @@ namespace MediaBrowser.Model.Configuration
SortRemoveCharacters = new[] { ",", "&", "-", "{", "}", "'" };
SortRemoveWords = new[] { "the", "a", "an" };
UICulture = "en-us";
UICulture = "en-US";
MetadataOptions = new[]
{

Loading…
Cancel
Save