From 8b85aead699a132266aab549232b2c8cc2cc3915 Mon Sep 17 00:00:00 2001 From: Nguyen Duy Date: Thu, 6 Jun 2024 21:14:07 +0700 Subject: [PATCH] app: fix startup language --- app/App.xaml.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/App.xaml.cs b/app/App.xaml.cs index edda6c2..20e865d 100644 --- a/app/App.xaml.cs +++ b/app/App.xaml.cs @@ -32,6 +32,8 @@ protected override void OnStartup(StartupEventArgs e) { window.Show(); } + + SetLanguage(Config.Language, false); } public static class BamlReader