Hindi language fonts in text box
Hi!
I want the user entered data in certain text boxes to be in my local language, Hindi. The hindi font "DV-TTYogeshEN Bold" is installed in my PC.
I have used the following code in my .asp form
<td><input type="text" id=txtVisitorFirstNameHindi name=txtVisitorFirstNameHindi size =30 value = <%=null%>></td>
With the use of this font, whatever i type in the textbox, should appear in hindi. But this is not happening. Wot should i do?
regards
ashu
|