Reputation: 1
I am developing android application for marathi language. I want retrive marathi data from asp.net server. I am using google marathi input for storing the data in server , but in client side (android application) unable to read the marathi font. Not all characters are human readable. Please suggest an answer to overcome this problem of unknown characters in android application.
Upvotes: 0
Views: 411
Reputation: 4268
By default not all languages supported by Android Framework, If you really want to show any language except English you can use unicode .
Upvotes: 0