This is a Java desktop based Google Translate application.
It use google-api-translate-java library for the main engine.
07/07/2009 Update service pack 1
added some feature :
- line wrap for the text area
- Auto Detect for the from language
- support two mode in setting menu simple and advance. simply click for switch
(for advance feature)
- paste from clipboard button
- paste(from clipboard) and translate button
- copy to clipboard button
- More See-able text : Enter text and Translation with bold
- come with single jar. The library (google-api-translate.jar) added to the project
screenshot for simple :
screenshot for advance :
The next feature of this application is :
- Caching translate data. Like Google Earth, it save data which ever search and accessible without internet connection. It use HSQLDB to save the persistence data.