Hello All,
I have quite big application, the application has only English language... but as per client i need to make use of a combobox which will specify different language on clicking which the complete application language should be changed in that selected language. It is a desktop application...i don't have any idea to it and require immediate Help.......
Any Help will be appreciated....
Thanks.
Loading
Manikavelu VelayuthamPosted Oct 28, 2010, 8:15 AM
try that code in your project
http://www.codeproject.com/KB/cs/Multilingual_application.aspx
http://www.codeproject.com/KB/cs/multilingual_pplication.aspx
Sam HobbsPosted Oct 28, 2010, 5:01 PM
javed khanPosted Oct 28, 2010, 8:20 AM
I didn't got it. can u please explain me with some example. I have never done any of the projects regarding it. this is the first one...
thanks
Manikavelu VelayuthamPosted Oct 28, 2010, 8:12 AM
Label name or any title should not be hard coded in the aspx file.
Based on the language selection it should get populated from the resource file.