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

Popular posts from this blog

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -