rework localization

This commit is contained in:
Luke Pulverenti
2015-07-27 14:18:10 -04:00
parent a714926d63
commit fbca42a349
83 changed files with 365 additions and 83326 deletions

View File

@@ -298,7 +298,7 @@ namespace MediaBrowser.WebDashboard.Api
CopyDirectory(creator.DashboardUIPath, path);
var culture = "en-US";
string culture = null;
var appVersion = _appHost.ApplicationVersion.ToString();