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
I saw another example here:
Detect User's Preferred Language and Google Translate Automatically
This had the parameter autoDisplay: false,
To get only the translation bar when the site language doesn't match I have deleted the container, and used autoDisplay: true,
I get the bar when in another language, but no drop down.