2012-02-08, 02:39:09
That was my whole point, they just provide a re-badged button for Google translate and when you do translate the page you given a horrible Google banner across the top of the pages, as apposed to the Google way which you can see on this site.
Insert the following to give you the same and cut out the middleman...
Insert the following to give you the same and cut out the middleman...
Code:
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en',
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
}, 'google_translate_element');
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>