Bart Vangeneugden
Bart Vangeneugden

Reputation: 3446

Using Google Translate API V2 on Google App Engine project

I'm setting up a Google App Engine project that provides a simple XMPP translation service: Send a message to the bot using Google Talk, the bot replies with the translated message.

In Eclipse, I added the Google Translate API, however it added the V2 API (google-api-translate-v2-java.jar) Now, there's nowhere I can find any documentation or sample on how to use this labs api.

Can anybody provide me with a simple sample on how to translate a message using that API?

Upvotes: 2

Views: 6715

Answers (3)

MosheElisha
MosheElisha

Reputation: 2158

You can try using google-translate-api-v2-java

Upvotes: 0

user910071
user910071

Reputation: 21

The Google Translate API has been deprecated, as of May 26, 2011. It will be shut off completely on Dec 1, 2011

http://code.google.com/apis/language/translate/overview.html

Upvotes: 2

Related Questions