Hi all
i have 13 languages(english,spain...)
if i select a language from combobox need to change all labels accordingly
i have predefined texts for all languages
i know how to do it with database,but i should not use database
thanks a lot
Printable View
Hi all
i have 13 languages(english,spain...)
if i select a language from combobox need to change all labels accordingly
i have predefined texts for all languages
i know how to do it with database,but i should not use database
thanks a lot
For having different languages normally Localize is used and you may have your data in Sat dll'sQuote:
Originally Posted by tis707
For how to create a user defined Localizer class see my article about dockable Panels part 1 where I explain how to do localization in general even you use it in userdesigned controls. For the link to this articleseries which is written basically for beginners and explains a lot of basic techniques all around how to built a usercontrol and whats needed to do, look at the bottom of this post ! ;)
hai
thanks for your reply
i didnot find any link below the post
shall i use arraylist to get this or any other
pls help me with sample
i have to show 12 different languages
Then you need to change the settings of your CG forum settings switch signature on and you will see it under my signatureQuote:
Originally Posted by tis707
but for getting sure here it is
http://www.codeguru.com/csharp/cshar...le.php/c14179/
And NO, dont use an arraylist do it the professional way as 16 languages are a lot of resourcesfiles.
thanks a lot
i will go through the link
There are also other intersesting links regarding localisation on the web for example at CodeProject If you google for 'Global Localization' you will find all you needQuote:
Originally Posted by tis707