| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| GoogleTranslateLib Source Code.zip | 2011-05-14 | 25.6 kB | |
| GoogleTranslateLib.jar | 2011-05-14 | 10.7 kB | |
| readme.txt | 2011-05-14 | 661 Bytes | |
| Totals: 3 Items | 37.0 kB | 0 |
Using this library:
You should include this library on your project
and then import Bahasa class and import Jalankan class
Bahasa Class contains members of language that support by google translate
Jalankan Class contains method to running translate
for example:
import GoogleTranslate.Bahasa;
import GoogleTranslate.Jalankan;
public class Test {
public static void main (String args[]) throws Exception
{
Jalankan.setKey("Your Google API Key");
System.out.println(Jalankan.Terjemahkan("Try it", Bahasa.ENGLISH, Bahasa.INDONESIAN ));
}
}
Uploaded By: Deczen (Duta Wacana Christian University)