Here is the code which is taken straight from my website which will translate whichever page you have into 12 languages. Just copy and paste:
Quote:
<a title="English to German" href="http://translate.google.com/translate?u=<?echo $currenturl;?>&langpair=en%7Cde&hl=en&ie=UTF-8&oe=UTF-8">German</a> |
<a title="English to Spanish" href="http://translate.google.com/translate?u=<?echo $currenturl;?>&langpair=en%7Ces&hl=en&ie=UTF-8&oe=UTF-8">Spanish</a> |
<a title="English to French" href="http://translate.google.com/translate?u=<?echo $currenturl;?>&langpair=en%7Cfr&hl=en&ie=UTF-8&oe=UTF-8">French</a> |
<a title="English to Italian" href="http://translate.google.com/translate?u=<?echo $currenturl;?>&langpair=en%7Cit&hl=en&ie=UTF-8&oe=UTF-8">Italian</a> |
<a title="English to Portuguese" href="http://translate.google.com/translate?u=<?echo $currenturl;?>&langpair=en%7Cpt&hl=en&ie=UTF-8&oe=UTF-8">Portuguese</a> |
<a title="English to Dutch" href="http://world.altavista.com/babelfish/trurl_pagecontent?url=<?echo $currenturl;?>&lp=en_nl">Dutch</a> |
<a title="English to Greek" href="http://world.altavista.com/babelfish/trurl_pagecontent?url=<?echo $currenturl;?>&lp=en_el">Greek</a> |
<a title="English to Japenese" href="http://world.altavista.com/babelfish/trurl_pagecontent?url=<?echo $currenturl;?>&lp=en_ja">Japenese</a> |
<a title="English to Korean" href="http://world.altavista.com/babelfish/trurl_pagecontent?url=<?echo $currenturl;?>&lp=en_ko">Korean</a> |
<a title="English to Russian" href="http://world.altavista.com/babelfish/trurl_pagecontent?url=<?echo $currenturl;?>&lp=en_ru">Russian</a> |
<a title="English to Chinese Tradational" href="http://world.altavista.com/babelfish/trurl_pagecontent?url=<?echo $currenturl;?>&lp=en_zt">Chinese</a>
|