Changing UICulture

Feb 6 2006 5:07 AM
Hi folks,

I am developing a multilingual Windows application. I have tried to change the CurrentUICulture like this:

Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US");

Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US");

After this the date format and so on has changed, but the Buttons of the MessageBox still appear in german, since I am using a german operationg system.

Any ideas how can i achieve these goal?

Any ideas would be appreciated!

Best regards.
Carlos.