Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a website and i use google translate js to translate it automatically. But the content after translating is not extract. I use contribute feature and try to change and update the content, but after that, no thing happen. How can i do now?

Thank you very much!!!

What I have tried:


<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'vi', autoDisplay: true, multilanguagePage: true}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
Posted
Updated 6-Oct-16 2:55am
v2
Comments
F-ES Sitecore 6-Oct-16 8:58am    
Use resource files etc to translate your site if you want it done properly.

1 solution

This issue is specific to google translate. You need to bring this up with them...we are not google and therefore cannot fix the contents of what google translate returns back as translated text.
 
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