Here's how to put a translate link to Google on your home page. Could be very useful.
<form METHOD="get" ACTION="http://translate.google.com/translate_c"> <a HREF="http://www.google.com/"><img SRC="/images/google.gif" ALT="Google" WIDTH="74" HEIGHT="28" BORDER=0></a><br> <input TYPE=hidden NAME="sl" VALUE="en">Translate into<br> <select NAME="hl"> <option VALUE=es> Spanish <option VALUE=pt> Portuguese <option VALUE=fr> French <option VALUE=de> German <option VALUE=it> Italian <option VALUE=ja> Japanese <option VALUE=ko> Korean </select> <br><!-- put the URL you want translated in the VALUE below --> <input TYPE="hidden" NAME="u" VALUE="http://www.spack.org/index.cgi/RecentChanges"> <input TYPE=submit VALUE="Translate"> </form>