Good morning.
As other posts have stated: Google Translate does not work properly with
IE9.
I have google translate embedded on a page in my website and I'm using the
code below. The first time I run the translate, it works perfectly (i.e.
from English to French) however when I run the translate again (from French
to Italian, for example), the translation does not work: at the top of the
web page, a bar appears and says, "Translation in Progress (0%)" and
there's a progress circle in the bar that just spins and spins.
Any ideas on how to fix this? Any possible work around? (Google Translate
works fine with FF, Chrome and Safari and IE8.
Thank you for your help.
Sal
<div id="google_translate_element"> </div>
<script type="text/javascript">// <![CDATA[
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
// ]]></script>
<script
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
--
You received this message because you are subscribed to the Google Groups
"General" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-translate-general/-/s50H0QmT6VMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-translate-general?hl=en.