Are there any APIs for server side text translation?

I looked at Google Translate, but from what I can say, it offers only a client-side JavaScript API for free text translation between languages.

I need to do server side text translation in Java. Is there a library that allows you to do this for free using Google Translate?

+5
source share
2 answers

Here is the Java API ...

http://code.google.com/p/google-api-translate-java/

and for reference only, the PHP implementation is

http://code.google.com/p/gtranslate-api-php/

+2
source

API Google Translate . RESTful Google Translate. API javascript . , API .

+1

All Articles