Are there any APIs for programmatically translating text on the server-side?
问题 I've looked at Google Translate but from what I can tell it only offers a client-side JavaScript API for freely translating text between languages. What I need to do is translate text on the server side in Java. Is there a library that makes it possible to do this for free with Google Translate? 回答1: Here is a Java API... http://code.google.com/p/google-api-translate-java/ and just for reference, a PHP implementation - http://code.google.com/p/gtranslate-api-php/ 回答2: There is nothing