Reset language on app launch

This commit is contained in:
2016-01-11 15:10:55 +01:00
parent 7e1e4432a0
commit 98a050e391
+3
View File
@@ -3,6 +3,7 @@ using System;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Windows.Foundation;
using Windows.Globalization;
using Windows.Graphics.Display;
using Windows.UI.Core;
using Windows.UI.ViewManagement;
@@ -118,6 +119,8 @@ namespace NavCityBreda
}
#endif
ApplicationLanguages.PrimaryLanguageOverride = "en";
rootFrame = Window.Current.Content as Frame;
// Do not repeat app initialization when the Window already has content,