views:

378

answers:

2

please tell me how can i show matter in Hindi Language on my asp.net page. and the main thing is that my text should be visible even if the Hindi font is not installed at client side. for that i researched on Google and find out that unicode can do it.. but i dont know how to work with it.

+1  A: 

The browser can only display fonts that are installed on the users PC, and you can use the CSS font-face property to specify the font(s) that should be used.

Richard Ev
A: 

yes we can do it using nvarchar datatype to store data and then show it directly on page reference:

http://dotnetacademy.blogspot.com/2010/01/show-data-in-hindi-without-installing.html
Rajesh Rolen- DotNet Developer