Fix default language

The default preferred language in the startup wizard now defaults to
English (United States).
This commit is contained in:
Andrew Rabert 2018-12-28 17:06:41 -05:00
parent 9c49e936f0
commit 4929ee9ab6

View File

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