Marathi Font Support for EditText in Android -
i want give input in marathi language instead of english. have done setting textview in marathi. possible in android give input in marathi language? if yes please tell me how in android. thank in advance.
final typeface customf = typeface.createfromasset(this.getasset(), "urttf.ttf"); final textview textv = (textview) findviewbyid(...); textview.settypeface(customf);
Comments
Post a Comment