Tamil translate in android - android

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?

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

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.

Related

how to convert English Spelling with Bangla

I need to convert the sentence to Bangla text for speaking.
Example:
How are you? -> হাউ আর ইউ?
If anyone can do this with any programing language Please share this code.
Advance Thanks.
i think u need to see this
(Text-To-Speech) Service
https://pub.dev/packages/text_to_speech
Seems like you need transliteration rather than translation. You can take a look at this package:
transliteration
They have support for several languages, including Bangla.

Android Translate One Language to Another and Text to Speech

I am trying to make an application in which user can translate text one language to another and will be able to hear the translated text.
I Somehow Done Translating One Language to another using Microsoft Translate API.
But I am still unable to to speak out that translated text.
Please Guide me, How to achieve this functionality.
You can suggest me totally different API with translation and speech, I can convert my project to that.
Please Please any help.
Regards
You can you Google's text to speech. See this.

How to store mathematical symbols and display them in android app project?

I m designing an android app that requires to store and display mathematical symbols, equation. Please help me ..
Thank you
I think yo need to use unicode entity codes.
Have a look at this.
https://en.wikipedia.org/wiki/Mathematical_operators_and_symbols_in_Unicode
http://symbolcodes.tlt.psu.edu/bylanguage/mathchart.html

What typeface/fonts are working with international languages on Android?

I'm not sure how or where to ask this question, but I guess lots of experienced android developers here could point me in the correct direction.
What I would like is to give my users to customize their type of font/typeface. But, as the application got users from all around the world, with all kind of languages and charsets, I don't know what typefaces/fonts that supports this. I need fonts that support chinese, english/latin, cryllic, russian, arabic, etc etc... For now, I only use the default font on android, as Im not sure if any other fonts supports all these international characters. (I use utf8)
Anyone got some tips ?

TTS for Indian languages

I want to develop an Android application (using some library) which displays and reads text in Indian languages. Mainly in Devanagari (Sanskrit/Hindi/Marathi etc.) what would be the best way to go about it? Should i specify Phonetics for each word and feed it to Pico? Or can anyone please suggest a better and a simpler library. (Which even sounds natural).
Thanks in advance. :)
This may work.... Try to customize your TTS Locale as
Locale loc=new Locale("en","IN");
tts.setLanguage(loc);

Categories

Resources