diff --git a/Program.cs b/Program.cs index 4bdaa23..5b0cdef 100644 --- a/Program.cs +++ b/Program.cs @@ -13,6 +13,7 @@ static class Program [STAThread] static void Main(string[] args) { + Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture("en-GB"); Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); if (args.Length != 1) diff --git a/wottools.exe b/wottools.exe new file mode 100644 index 0000000..2b9c34a Binary files /dev/null and b/wottools.exe differ