J
Josef Brunner
Hi,
I have an application that enables the user to switch between (so far) 2
different languages.
Now I need to display a datetimepicker. How can I switch / control the
language the datetimepicker appears?
I tried doing this to set it to english, but it would still display the
control using the german language:
System.Threading.Thread.CurrentThread.CurrentUICulture =
System.Globalization.CultureInfo.GetCultureInfo("en-GB")
Thank you very much,
Josef
I have an application that enables the user to switch between (so far) 2
different languages.
Now I need to display a datetimepicker. How can I switch / control the
language the datetimepicker appears?
I tried doing this to set it to english, but it would still display the
control using the german language:
System.Threading.Thread.CurrentThread.CurrentUICulture =
System.Globalization.CultureInfo.GetCultureInfo("en-GB")
Thank you very much,
Josef