change regional language based on button click
how to change regional language when i click on button in asp.net web forms?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Jul 24, 2012, 5:58 AM
Hemant KumarPosted Jul 24, 2012, 5:46 AM
You can do this using the Concept called Localisation and Glabalisation.
If you want to translate to multiple languages without spending a lot of time & resources, you can consider using the Microsoft Translator widget or customize with the SDK - http://www.microsofttranslator.com/dev/
Google Translate has an API too but it will be shut off completely on December 1, 2011 - http://mvark.blogspot.com/2011/05/say-goodbye-to-google-translate.html
Refer this link s for implementation s
http://forums.asp.net/t/1695273.aspx/1
http://msdn.microsoft.com/en-us/library/ms247246.aspx
http://msdn.microsoft.com/en-us/library/ms228002(v=vs.85).aspx