Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi to all.,

i have problem with a project that, i need to enable font format Kannada language format in text box and need translate all the site into Kannada. What i can do for this..?
Posted
Updated 1-Nov-16 6:49am

 
Share this answer
 
use this script. it will translate the webpage into the language of your choosing

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
 
Try
Google Translation API Integration in .NET[^]
or must read some nice answer mentioned there-[How to translate website in another language?][^] having similar question.
 
Share this answer
 
Comments
PRINCE KUAMAR 1-Nov-16 12:50pm    
how to connect to the api

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