J
John
I am trying to set the culture for my application but the application still
continues to use the computer set region information. Any idea why it will
not change the culture?
I use the following code to set the culture in my windows form application :
Thread.CurrentThread.CurrentUICulture = new CultureInfo("nl-NL");
label1.Text=Thread.CurrentThread.CurrentCulture.ToString();
After setting to nl-NL the label displays "en-GB"
continues to use the computer set region information. Any idea why it will
not change the culture?
I use the following code to set the culture in my windows form application :
Thread.CurrentThread.CurrentUICulture = new CultureInfo("nl-NL");
label1.Text=Thread.CurrentThread.CurrentCulture.ToString();
After setting to nl-NL the label displays "en-GB"