1

I have these codes that are from a database. They represent Devangari (Hindi) script:

समोसा

I have a Hindi font installed on my phone.

How I get these codes to display as Hindi script in my Android app?

mellowg
  • 1,786
  • 3
  • 15
  • 19

1 Answers1

2

for a TextView, try .setText(android.text.Html.fromHtml("समोसा")

P Varga
  • 19,174
  • 12
  • 70
  • 108