I need to make my application in English and Hindi, after the translation I need to send the content by email. To translate the Hindi language, I used localization and added the .ttf files to my resources / fonts folder. Using Localization, the lower version of Android devices shows square boxes using the ttf files that I set for text like face textviews, this is a hindi letters.But rendering when I send a Hindi font mail to English. Finally, I found Unicode characters for the Hindi language, but I donโt know how to do it. If anyone knows about these Unicode characters, this satisfies my requirement, if you have any example or any link for this, please give me.
My requirement is to translate English content in Hindi and send it by email in Hindi.
Thanks in advance.
source
share