Hello!
I have a script which is set up to use the old version of the Google Translate API (v1) and I need to have this modified to use the new Google Translate API v2.
I have obtained an API key from Google and tried to simply replace the http://www.google.com/jsapi reference in the script with the new format one like https://www.googleapis.com/language/translate/v2?key=MY_API_KEY which has the key but it seems like the new version API is called differently so I think that the script needs…
