ajax.googleapis.com/ajax/services/language/translate?v=1.0&ie=UTF8&q=Du Nudel&langpair=de|en
It will return a json table.
That example would give you:
{"responseData": {"translatedText":"You noodle"}, "responseDetails": null, "responseStatus": 200}
I coulnd't use it with callRemote -> https://wiki.multitheftauto.com/wiki/CallRemote meaby you need a wrapper.
Should be no problem with mta php sdk and the mta http server .
I will take a look for other TextToSpeech Engine's to implent
- x0rh4x