Abhijit Shelar
Abhijit Shelar

Reputation: 1065

How to display kruti dev 10 hindi font in dropdownlist in asp .net?

I have set dropdownlist data source to acceess a file but it display font in english instead of kruti dev 10. I have set font of dropdownlist to kruti dev 10. But still it display font in english. enter image description here

Upvotes: 0

Views: 2949

Answers (1)

Santosh Ghimire
Santosh Ghimire

Reputation: 3145

You have to manage localization setting on your .config file. It would be easy if you put some codes in the question. Anyway, check out this article on CodeProject Multilanguage Dropdownlist Box

Upvotes: 2

Related Questions