The InfoStride Forum

TECHNOLOGY => Computing and Internet => Topic started by: MyInfoStride on May 23, 2011, 10:45 AM

Title: How To Remove 'Powered By Google Translate' from Google Translator for Websites
Post by: MyInfoStride on May 23, 2011, 10:45 AM
If you have been worried about how to remove "Powered By Google Translate" logo from your Google website translator. Here are the hint for you:

GOOGLE TRANSLATOR FOR WEBSITE WITH POWERED BY GOOGLE

(http://dl.dropbox.com/u/2618253/ForumPhotos/Google_translator_for_website.JPG)

If you are interested in using Google translator as shown in the picture above, then use the codes below:

<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
  new google.translate.TranslateElement({
    pageLanguage: 'en'
  }, 'google_translate_element');
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>



GOOGLE TRANSLATOR FOR WEBSITE WITHOUT POWERED BY GOOGLE

(http://dl.dropbox.com/u/2618253/ForumPhotos/Google_translator_for_website2.JPG)

If you are interested in using Google translator without branded logo as shown in the picture above, then use the codes below:

<div align="right">
<div id="google_translate_element"></div>
<span><script type="text/javascript">
//<![CDATA[
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>
</script></span></div>


If you need further help, please post below.
Title: Re: How To Remove 'Powered By Google Translate' from Google Translator for Websites
Post by: Scott on Jan 27, 2012, 04:38 PM
This is great, thank you.  Teaches me too.  Now I know(remember) to check the API for variants.  Thanks.
Title: Re: How To Remove 'Powered By Google Translate' from Google Translator for Websites
Post by: MyInfoStride on Jan 28, 2012, 02:34 AM
Quote from: Scott on Jan 27, 2012, 04:38 PM
This is great, thank you.  Teaches me too.  Now I know(remember) to check the API for variants.  Thanks.

Good that it helps! Thanks.