How to get a translation in an Android application

How can I call the translation service in an Android application? Can we have an application that can translate several languages ​​into another?

+4
source share
3 answers

Edit - Google has deprecated the translation API due to "misuse." Apertium is a possible alternative.

You asked:

How can I call the translation service in an Android application?

Google Translate will be an obvious service to use in the Android app.

API- Java, Google Translate.

, , INTERNET, .

, ?

Android, , Google Google Translate, .

+5
+1

, google-api-translate. , , , . . android-translate-api

0

All Articles