How do I translate/convert Thanglish to tamil script on android? I googled a lot but didn't find any hints, could someone please suggest a solution?
Asked
Active
Viewed 1,305 times
2 Answers
1
you have to use google translate API if you want to translate texts dynamically. Refer this link. https://cloud.google.com/translate/docs?csw=1

Mansuu....
- 1,206
- 14
- 27
0
There are online tools like quillpad and tamiltyping and apps in android like Tanglish to do that. If you want to develop one in android, you can translate as the vowels and consonants are typed in english, and add a tamil dictionary to make sure the spelling is right.

user1893580
- 16
- 2
-
I have unicode values for vowels and consonants how do integrate with android code – Bala B Dec 14 '15 at 07:39