I\'m trying to include google website translator on my website. I want to use the automatic thing so the bar shows up if your browser language is different to the page langu
To display the translator only when your page is different from the user's page, have a server side check and only include the code if necessary.
See Getting Browser Language
Your URL is incorrect. Add "http:". See working example below.