Change UI Culture after Usercontrol or Form is loaded and displayed

Hi!

I need to change the current thread's UICulture and somehow reload all resources after a form or control is loaded and displayed. Is this possible?

Thanx,
Dimitris

[176 byte] By [papadi] at [2007-12-16]
# 1
It's very difficult to do this using designer generated code, because everytime you change your UI, the designer regenerates code. What you would have to do is copy the InitializeComponent code to another method and call it each time you need to reload the user interface.
MarinMillar at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...