Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi,

I would like to change my web site from one language to other languages i.e English to German, French, Hindi, etc.
If anybody knows please help me.

Thanks in advance.
Posted
Updated 14-Dec-11 4:46am
v3

Did you try to search before posting here?

Check this great article: http://www.codeproject.com/KB/dotnet/Localization.aspx
 
Share this answer
 
Comments
Uday P.Singh 14-Dec-11 10:46am    
5ed :)
 
Share this answer
 
check this article:

Creating multilingual websites - Part 1[^]

hope it helps :)
 
Share this answer
 
 
Share this answer
 
use this script. this is google translator. it will work fine for you. :)


XML
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
  new google.translate.TranslateElement({
    pageLanguage: 'en'
  }, 'google_translate_element');
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900