Does anyone know if and how i can deactivate the google-translator bar on top of the forum?
Clicking on "deactivate for: english doesn't elp for me.

I'm using IE8 (Firefox at home seems to work (with "deactivate for english"))
Hi Werner!Mallorca wrote:Hi Fred,
here a vid to help you: http://www.youtube.com/watch?v=eaflka0kS9g&NR=1
Werner
But Werner, i do not have the google-toolbar installed, so i can not go to the options of this toolbar.Mallorca wrote:Hi Reinhart,
I think I understood you in right manner.
If you follow my screenshot 2 replys ago please. Go to "options" in the Google toolbar and deactivate the option translate.
I did it in this way and no toolbar is shown
Werner
Code: Select all
<div style="display:inline-block; margin-left:5px; margin-top:2px;" id="google_translate_element"></div>
<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en',
gaTrack: true,
gaId: 'UA-465329-2',
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
}, 'google_translate_element');
}
</script>
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</div>
Code: Select all
new google.translate.TranslateElement({
pageLanguage: 'en',
>>> autoDisplay:false,
gaTrack: true,