Hi I want to set hindi language as default in my web page. how can I do that. How to set languages in dhtml? any body knows the solution please help me.
You can use the HTML lang
attribute to specify this:
<html lang="hi">
You have to provide hindi font unicodes support:
Otherwise you can create bitmaps of your hindi text in any bitmap editor and place these bitmaps to your website.