How to update Window form UI after setting CurrentUICulture?

Viewed 11210

I tried to set CurrentUICulture of the application at run time. However, the menu items in my forms remained unchanged. Do I have to do something additional to changing CurrentUICulture?

5 Answers
Related