diff --git a/Torch/TorchBase.cs b/Torch/TorchBase.cs index 7676e89..8f661f8 100644 --- a/Torch/TorchBase.cs +++ b/Torch/TorchBase.cs @@ -73,6 +73,8 @@ namespace Torch RegisterCoreAssembly(typeof(ITorchBase).Assembly); RegisterCoreAssembly(typeof(TorchBase).Assembly); RegisterCoreAssembly(Assembly.GetEntryAssembly()); + //exceptions in English, please + Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US"); } ///