I am using .NET 4.0. All of my forms have localization enabled and are translated into 3 languages. I would like to open my main form, the one we run in program.cs, as a login form with a language button. Once the language is selected, since I cannot change the culture info of the current thread, I would like to open a new thread in the requested culture. What's the simplest way of doing that ?
Thanks
Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-ca");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With