Do you know how to translate a whole page in Google Translate via their API (http://code.google.com/apis/language/translate/overview.html)? I found out that I can translate few words using a GET parameter, but when is the string of words too long (for example if I want to translate a whole page), it causes an error. I also cannot use an iframe with an already translated page (the second iframe on this page: http://translate.google.com/translate?hl=en&ie=UTF8&prev=_t&sl=auto&tl=de&twu=1&u=http://ubuntu.com/), because there is an unique value of the parameter "usg" in the adress of the iframe, so I cannot just change the URL to another one (containing a different page). If I do that, it redirects me to the previously linked page). Do you have any idea how to do that?