i wrote these codes in onActivityResult column i got text this way Bundle extras = getIntent().getExtras(); String txt = extras.getString("key_text_output"); but when i toast these, nothing appears and project stopped – ebruszl May 30 '13 at 12:35
Have you checked above link in this answer??? Or see this api link code.google.com/p/google-api-translate-java – Piyush May 31 '13 at 7:15