How to translate from one language to another in Android

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

I get an 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 someone tell me why i get this error. If someone came across her earlier than please help me?

+5
source share
1 answer

google v2 API is a paid API that requires an API key.

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

+4

All Articles