Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to translate from one Language to Another In Android

I have some query.i want to translate from one language to another langugae.i am following this tutorial http://android-er.blogspot.in/2009/10/androidtranslate-using-google-translate.html but i am not able to translate text.

I am getting error

E/ErrorGoogle(1420): java.lang.Exception: Google returned the following error: [403] Please use Translate v2.  See http://code.google.com/apis/language/translate/overview.html

can any one tell me why i am getting this error.if any one has faced it before than please help me ?

like image 726
Aamirkhan Avatar asked Oct 08 '22 10:10

Aamirkhan


1 Answers

google v2 API is a paid API, you require an API key to translate.

Read this for more details. So, I guess you need to find an alternative to google translator.

like image 159
Pallavi Avatar answered Oct 13 '22 10:10

Pallavi