G
Guest
Dear all,
My application allows users to switch languages at run time. I use the
following code to change the UI Culture but all controls are remaining
unchanged.
Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US");
Why? Anything that I need to do in order to refresh the controls?
Thanks for any help!
Tedmond
My application allows users to switch languages at run time. I use the
following code to change the UI Culture but all controls are remaining
unchanged.
Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US");
Why? Anything that I need to do in order to refresh the controls?
Thanks for any help!
Tedmond