Click here to Skip to main content
15,913,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can i know whether there is any way of doing a translator android application since im doing my final year project in it. Where the translator application will be like Tamil - Telugu, Telugu - Tamil, Tamil - Malayalam, Malayalam - Tamil and Telugu - Malayalam. Is this possible of doing ? And can someone provide me a instruction of doing it since i couldn't find a way od doing it. Thanks !
Posted
Comments
Ron Beyer 11-Jan-14 0:56am    
Voice to voice, voice to text, text to text?

1 solution

You could use Google Translate API, but it's a paid service.
I recommend you have a look at Microsoft's Bing Translate API, which is free (up to a character limit)

You can check MS's translator out here: http://www.microsoft.com/en-us/translator/developers.aspx[^]

I'm not familiar with native Java/Android development, but you could build your app with web technologies if they integrate with the translation API better. I've written an article here on CP that demonstrates how a semi-native Android app can be made with Web Technologies.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900