feat: implement localization support and add language settings

This commit is contained in:
kitbyte
2025-12-14 18:57:30 +02:00
parent a943b91f5f
commit d02b84a414
26 changed files with 964 additions and 19 deletions
+2
View File
@@ -2,6 +2,7 @@
using System.Threading.Tasks;
using System.Windows;
using WeModPatcher.Core;
using WeModPatcher.Core.Services;
using WeModPatcher.View.MainWindow;
using MessageBox = System.Windows.Forms.MessageBox;
@@ -14,6 +15,7 @@ namespace WeModPatcher
{
protected override void OnStartup(StartupEventArgs e)
{
LocalizationManager.Initialize();
this.MainWindow.Show();
}