dushyantsingh311 / google-api-translate-java

Automatically exported from code.google.com/p/google-api-translate-java
0 stars 0 forks source link

language translation problem #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Not able translate from english to kannada,could anyone help...

String translatedText= 
Translate.execute("news",Language.ENGLISH,Language.KANNADA);
    System.out.println(translatedText);

thanks in advance,
om

Original issue reported on code.google.com by omshree....@gmail.com on 13 Sep 2011 at 7:05

GoogleCodeExporter commented 9 years ago
What error do you get?

Original comment by rich.mid...@gmail.com on 5 Nov 2011 at 5:22

GoogleCodeExporter commented 9 years ago
This is the error ...
*Exception In Kannada Convertion calss* = Google returned the following
error: [403] Quota Exceeded.  Please see
http://code.google.com/apis/language/translate/overview.html

*java.lang.Exception*: Google returned the following error: [403] Quota
Exceeded.  Please see
http://code.google.com/apis/language/translate/overview.html

Original comment by omshree....@gmail.com on 7 Nov 2011 at 4:41

GoogleCodeExporter commented 9 years ago
I think Google are closing down version 1 of their API. The latest jar uses 
version 2 but it requires an API key and it looks as though there may be no 
free usage with new keys.

Original comment by rich.mid...@gmail.com on 7 Nov 2011 at 7:23