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.
This is great, thank you. Teaches me too. Now I know(remember) to check the API for variants. Thanks.
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.