Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2020-09-27 18:28:29 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-09-27 18:28:29 +0300
commit14a681e6426b8a15d0c164b19a38789d0465270a (patch)
tree48a6971ba74686135299d8f62f4c6899ad643205 /UVtools.GUI
parentf1d2cc486dbf1e60a956a57cfe438ecfcfa8246b (diff)
WPF progress
Diffstat (limited to 'UVtools.GUI')
-rw-r--r--UVtools.GUI/Program.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/UVtools.GUI/Program.cs b/UVtools.GUI/Program.cs
index ed723a1..cf00d74 100644
--- a/UVtools.GUI/Program.cs
+++ b/UVtools.GUI/Program.cs
@@ -79,7 +79,8 @@ namespace UVtools.GUI
static void Main(string[] args)
{
Args = args;
- Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture("en-GB");
+ CultureInfo.DefaultThreadCurrentCulture = CultureInfo.InvariantCulture;
+ CultureInfo.DefaultThreadCurrentUICulture = CultureInfo.InvariantCulture;
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);