Reset language on app launch
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user