i am just building site to my future busines. i dont have host for now. now its just template. if you coud give me address, e-mail where i can send all my web files ill do it. But... is it posible to show google traslate simply created with notepad? i mean just inserted the code between html body and /body / html ? that not worked for me too.
On Nov 22, 7:48 pm, Josh (Google Employee) wrote: > Hi dyzelis, > > It sounds like you're doing everything right. Maybe Dreamweaver is > escaping the HTML in some way so it's not actually getting rendered? > Maybe Dreamweaver is preventing the JS from executing correctly? If > you can point us to the site online somewhere, we might be able to > help debug more for you. > > Best, > Josh Estelle > Senior Software Engineer > Google Translate > > On Nov 18, 2:03 pm, dyzelis wrote: > > > for example in the blank page... why this not works? > > i did everything how explained and there is no translator > > <html xmlns="http://www.w3.org/1999/xhtml"> > > <head> > > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > > <title>Untitled Document</title> > > </head> > > > <body> > > <div id="google_translate_element"></div><script> > > function googleTranslateElementInit() { > > new google.translate.TranslateElement({ > > pageLanguage: 'lt' > > }, 'google_translate_element');} > > > </script><script src="//translate.google.com/translate_a/element.js? > > cb=googleTranslateElementInit"></script> > > </body> > > </html> -- 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.
