I've used what Google provided and played with it a little and shared it with you. I'll be happy if you find my work useful and write a few words about it as review here http://extensions.joomla.org/extensions/languages/automatic-translations/12527

Features

  • Joomla Extension
  • Automatic Translation
  • Google Translation
  • AJAX Language Translation

Project Activity

See All Activity >

License

GNU General Public License version 3.0 (GPLv3)

Follow Ajax Google Translator

Ajax Google Translator Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • I was very happy with the Joomla! mod Ajax Google Translator. Why? Because the Google API V1 is recently (Dec 1, 2011) discontinued and now in the V2 only available for TOP $$ from Uncle Google. The mod from manish2535 was the next best thing, but as you can see in the PHP-script it is overriding certain CSS statements to (among other things) get rid of the annoying pop-up, which offers you to review the original language text, while hovering the webpage. But: the Google developers aren't wasting time at all. They change code on the fly and before you finished your website your perfect working Joomla! module isn't so perfect anymore and quit working. So, I spend some time on a rainy Sunday afternoon and made a mod to the mod :-) Replace the appropriate lines in the PHP-script of manish2535 with the code below, and you're good as new. Of course all the flowers go to manish2535, who invented this mod in the first place. Enjoy !! /Hans Altena (webmaster@mokumonline.com) =========================== START CODE ========================== <?php //remove Suggestion Box if ($remsuggbox==1) { ?> <script> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en' }); } </script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> <style> .goog-te-balloon-frame{display: none !important; box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow none !important;} font{background: transparent !important;} .goog-te-balloon{display: none !important;} #goog-gt-tt{display: none !important; text-decoration:none; box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow none !important;} font{background: transparent !important;} #goog-gt-tt .status-message {text-shadow: none !important;} #goog-gt-tt .alt-menu, .goog-text-highlight, #goog-gt-tt .trans-target-highlight, #alt-input-text:hover, #alt-input-text:focus {box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow none !important;} </style> <?php } ?> =========================== END CODE ==========================
Read more reviews >

Additional Project Details

Registered

2010-05-11