I tried adding Google Translate by adding the following script to footer.tpl.
<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&up_source_language=en&w=160&h=60&title=&border=&output=js"></script>
It works except for the complaint that the Google Map key is invalid (since the translated page is displayed on Google’s site). I can live with that, but don’t like the idea of its removing the viewer from my site. I tried to get the translated page to display in a newwindow by using target=“_blank”, but that doesn’t work.
Anyone know of a way I can get the translated page to display in a new window?