1
0
mirror of https://github.com/XFox111/GUTSchedule.git synced 2026-04-22 06:58:01 +03:00

Added UWP localization

This commit is contained in:
Michael Gordeev
2020-02-18 19:11:40 +03:00
parent 77a11f9bd5
commit e886577365
10 changed files with 701 additions and 215 deletions
+1
View File
@@ -19,6 +19,7 @@ namespace GUTSchedule.UWP
/// </summary>
public App()
{
Windows.Globalization.ApplicationLanguages.PrimaryLanguageOverride = "ru";
InitializeComponent();
Suspending += OnSuspending;
UnhandledException += OnError;