diff --git a/WiiExplorer/Program.cs b/WiiExplorer/Program.cs index 08f9f1b..447770e 100644 --- a/WiiExplorer/Program.cs +++ b/WiiExplorer/Program.cs @@ -100,7 +100,9 @@ bool IsU8() Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo(OpenWith[i+1]); } } - //Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("es"); +#if DEBUG + //Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("bg"); +#endif if (OpenWith.Length == 0) OpenWith = new string[1] { null };