Archive for May, 2009

Google Translate API in JavaME (J2ME)

Google Translate API in JavaME (J2ME)
J2ME users now can instantly use Google Translator using a simple API to use Google Translate in JavaME (J2ME) platform. It uses the Google AJAX Language API to do the translation via a HTTP connection.
Requirements: CLDC-1.1 MIDP-1.0
To Install it, simply include the google-api-translate-javame.jar file in your application’s classpath.
Download google-api-translate-javame 1.0
Try […]