Hi,

When I attempt to implement the toolbar code from the website,

http://translate.google.com/translate_tools?hl=zh-TW

I found the implementation code point to translate.google.com/
translate_a/element.js .., does not work.

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


I need to manually change the code segment as ...

<script src="http://translate.google.com/translate_a/element.js?
cb=googleTranslateElementInit"></script>

Hope this will improve in the future.

-- 
You received this message because you are subscribed to the Google Groups 
"General" group.
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.

Reply via email to