Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Instant Google Translation of your site
#6
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...



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>
My Github Repos: Github
Website: DigiMute
Reply


Messages In This Thread
Instant Google Translation of your site - by n00dles101 - 2012-02-08, 02:39:09



Users browsing this thread: 1 Guest(s)