Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Changing culture problem
 

Changing culture problem

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.
sagittarian  Friday, August 11, 2006 5:19 PM

What are you actually calling on the control? ChangeLanguage - is that your own method? Don't think this is a WinForms' method.

Martin

Martin Thorsen - MSFT  Saturday, August 12, 2006 12:30 AM

You can use google to search for other answers

Custom Search

More Threads

• Visual Studio abnormal shutdown when drop control on form
• Need help
• treeview control in a context menu? possible?
• How can I hide a property? (DockPadding)
• jscript.net
• ImageIndex
• How to popup context menu on a UserControl
• How to add custom attribute to member declaration using CodeDOM
• The web page can display in the window form??
• Removing (Disabling) the veritical scrollbar in a listbox