We recently started seeing a lot of IE8 (and some IE7)
users intermittently getting JS errors saying:
'google.translate.TranslateElement' is null or not an object
>
It traces back to this function:
function googleTranslateElementInit()
{
new google.translate.TranslateElement({
pageLanguage: 'en',
autoDisplay: false,
layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL
>
}, 'google_translate_element');
}
Which is called back via this request:
<script src=
"http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"
type="text/javascript"></script>
Sometimes it works, sometimes it doesn't, and I have hit a wall in terms of
figuring out exactly what's going on. This recently started happening on
Wednesday, November 9th, 2011 with no changes on our side. I figured there
was some sort of change on Google's side since we're using the exact code
that the Google Translate Widget builder gives us at:
http://translate.google.com/translate_tools
Has anyone noticed this happening recently too?
--
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/-/1j64XHTqbxUJ.
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.