Your HostICan Community  


Go Back   Your HostICan Community > Programming & Design > Javascript / Java Applets

Javascript / Java Applets Are you a JavaScript guy? Do you need help with JavaScript? This is the place to talk about anything related to Java.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-22-2009, 09:51 AM
HellScream HellScream is offline
Junior Member
 
Join Date: Aug 2009
Posts: 4
Default blocking or adding Google Translate into a site from my hosting

As you know Google have a service for translating the pages. How to block or add Google Translate in a site from my hosting?
Reply With Quote
  #2  
Old 10-22-2009, 10:59 AM
iceman1's Avatar
iceman1 iceman1 is offline
Senior Member
 
Join Date: Jan 2009
Posts: 100
Default Re: blocking or adding Google Translate into a site from my hosting

This is a module of Google to translate a page in all other languages:
HTML Code:
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
If you want your module to translate only the languages you choose add the following:
HTML Code:
pageLanguage: 'en',
includedLanguages: 'en,fr,de'
You can disable the translation of the whole page with these meta tags:
HTML Code:
<meta name="google" value="notranslate"> <meta name="google" value="notranslate"> 
To disable the translation of specific quotes use this:
HTML Code:
<div class="notranslate"> 
Reply With Quote
  #3  
Old 10-23-2009, 06:31 AM
carlobee carlobee is offline
Senior Member
 
Join Date: Jul 2009
Posts: 197
Default Re: blocking or adding Google Translate into a site from my hosting

that really helps. thank you for this one.

Reply With Quote
Reply

Tags
adding, blocking, google, hosting, site, translate

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 01:47 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

Copyright © 2003 - 2008 HostICan. All Rights Reserved.