I am making an android app for language translation in real time...I used recognizer intent to get voice input from user after which it gives me a list of options of what th
Here is the documentation for https://developers.google.com/translate/
Also, refer to this demo project on the same
Bing also provides a translation API
Check this Google translation API example .
Hope this helps.