1

i want to give input in a marathi language instead of english. i have done with setting TextView in Marathi. is it possible in android to give input in Marathi Language? if yes then please tell me how to do it in android. Thank you in advance.

Nilesh Sasane
  • 85
  • 1
  • 1
  • 7

2 Answers2

1
final Typeface customF = Typeface.createFromAsset(this.getAsset(), "urTTF.ttf");
final TextView textV = (TextView) findViewById(...);
textView.setTypeface(customF);
KOTIOS
  • 11,177
  • 3
  • 39
  • 66
0

download the marathi font and follow this link...hope this will will help you.. Install Bengali fonts on Android emulator

Community
  • 1
  • 1