|
Hi
I started the project in VS 2003 and migrated it to VS 2005 a couple of months back. I have a main form with a lot of controls. I have a helper class which iterates through all the controls and changes the language when called. This is how I call it:
FormLangaugeChange.Instance.ChangeLanguage(this, new CultureInfo("es"));
But the problem is for some reason the main forms Dispose() is getting called and the application crashes.
Any pointers on this would be appreciated!
Thanks.
|