Hi Michael,

Mind pointing us at your website so we can have a look and help you
debug it?

Thanks,
Josh Estelle
Senior Software Engineer
Google Translate


On Jan 8, 10:54 am, Michael Feerer wrote:
> Hello,
>
> What am I doing wrong? I paste the "automatic" translate code into the
> body section of a prototype web page, using Dreamweaver, but nothing
> happens when I visit the loaded page on the web, setting my browser to
> a non-english language. The translate code I am using (from your
> Wizard) is:
>
> <script>
> function googleTranslateElementInit() {
>   new google.translate.TranslateElement({
>     pageLanguage: 'en',
>     gaTrack: true,
>     gaId: 'UA-xx'
>   });}
>
> </script><script src="//translate.google.com/translate_a/element.js?
> cb=googleTranslateElementInit"></script>
>
> Likewise, if I choose an inline option, it also doesn't appear at all,
> using any language set in my browser:
>
> <div id="google_translate_element"></div><script>
> function googleTranslateElementInit() {
>   new google.translate.TranslateElement({
>     pageLanguage: 'en',
>     gaTrack: true,
>     gaId: 'UA-xx',
>     layout: google.translate.TranslateElement.InlineLayout.SIMPLE
>   }, 'google_translate_element');}
>
> </script><script src="//translate.google.com/translate_a/element.js?
> cb=googleTranslateElementInit"></script>
>
> Thanks in advance for whatever help you can provide.

-- 
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