diff --git a/PCK-Studio/App.config b/PCK-Studio/App.config
index 66b366dd..8e872ab8 100644
--- a/PCK-Studio/App.config
+++ b/PCK-Studio/App.config
@@ -83,6 +83,9 @@
Unknown
+
+ SystemDefault
+
diff --git a/PCK-Studio/Properties/Settings.Designer.cs b/PCK-Studio/Properties/Settings.Designer.cs
index b8198f4a..51efc64c 100644
--- a/PCK-Studio/Properties/Settings.Designer.cs
+++ b/PCK-Studio/Properties/Settings.Designer.cs
@@ -138,5 +138,17 @@ namespace PckStudio.Properties {
this["Platform"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("SystemDefault")]
+ public global::PckStudio.Core.AppLanguage UserLanguage {
+ get {
+ return ((global::PckStudio.Core.AppLanguage)(this["UserLanguage"]));
+ }
+ set {
+ this["UserLanguage"] = value;
+ }
+ }
}
}
diff --git a/PCK-Studio/Properties/Settings.settings b/PCK-Studio/Properties/Settings.settings
index 53c7283e..c3f0d28a 100644
--- a/PCK-Studio/Properties/Settings.settings
+++ b/PCK-Studio/Properties/Settings.settings
@@ -32,5 +32,8 @@
Unknown
+
+ SystemDefault
+
\ No newline at end of file