Question: translate the language of a maple worksheet

Some maple worksheets are created in other languages (spanish, german, french, russian, etc...) , I attempted to use google translate but it is a paid service.  There are alternate free translators however I can't seem to get any of them working using the URL package. 

I'm trying to send data to http://translation.babylon.com/english/to-spanish/

Using similar code from my previous question with google translate we end up with a huge mess and no embedded translations in the code. 

s := "The quick brown fox jumps over the lazy dog":
result := URL:-Get(StringTools:-FormatMessage("http://translation.babylon.com/english/to-spanish/", s));

Any suggestions?

Please Wait...