Windows Develop Bookmark and Share   
 index > Windows Forms General > Add Custom Localization Languages?
 

Add Custom Localization Languages?

Hello everyone,

i am using Visual Studio 2005. While we are working on projects we are required to have custom languages for each customer.

E.G. two japanese localizations.

Is there a possibility to add custom Localization Languages to the WinForms Designer?

Thank you in advance!
Juri G_  Monday, April 20, 2009 2:09 PM
There's only one ja-JP, the designer won't let you add your own version of Japanese. You could pick an obscure language but you'll have problems at runtime, convincing your threads to run in that language. Using two distinct builds of your program with different .resx files is the way to go.
Hans Passant.
nobugz  Monday, April 20, 2009 2:46 PM
Ray M_  Monday, April 20, 2009 2:37 PM
There's only one ja-JP, the designer won't let you add your own version of Japanese. You could pick an obscure language but you'll have problems at runtime, convincing your threads to run in that language. Using two distinct builds of your program with different .resx files is the way to go.
Hans Passant.
nobugz  Monday, April 20, 2009 2:46 PM

You can use google to search for other answers

Custom Search

More Threads

• Problem with windows themes and child forms
• Image.SaveAdd => "a generic error occurred in GDI+"
• Filename from ListView
• Tab control not hilighting selected tab in yellow
• AxWebBrowser/mshtml: how to calculate physical page breaks position
• Identify Components in a Form
• GUI design - Best practices
• error messsage when configure path for message queue
• keys status
• Migrating from Windows Forms 1.x to Windows Forms 2.0