We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Does anyone know how to use the current version of Google's language translation API? I would love to get some sample code... I do know it's a paid service now, so the old example from the original forum no longer applies and the API documentation is a little too Java-ey for me right now.
Answers
To get you started, looks like what you have to do is:
a) get application key from google
b) now you should be able to do:
later you need to glue together into one string googleResponse array and parse it with JSON.
Thanks Dimkir, I'm still new to the 'Processing way' and wasn't sure how to inject html requests (or indeed whether I had to at all). I'll give it a try and post back my results.