Forum Moderators: phranque

Message Too Old, No Replies

Language Translation of Form Data

         

Jon_King

9:50 pm on Mar 23, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm trying to translate form data fields from spanish to english. I can not seem to find dictionary routines or api's for doing this. Any ideas?

webdoctor

6:37 pm on Mar 27, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Google's transaction [google.com] routines don't appear to offer a public API... yet!

I did find at least one third-party site that had built an API wrapper for it, though - with usage restrictions. Sticky on the way

Jon_King

9:56 pm on Mar 27, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yea, I read and tried that without success.

This problem is probably not that hard if I knew a bit more about capturing the the data G sends back.

A typical url request could look like this:
[translate.google.com...]

This will return 'water' to the screen but I need to capture it in a javascript var. Maybe I'll post over there...