开发者

How to set a non standard language in DHTML

开发者 https://www.devze.com 2023-02-01 04:20 出处:网络
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 attri

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:

  • What is Unicode? (Hindi)
  • Display Problems?

Otherwise you can create bitmaps of your hindi text in any bitmap editor and place these bitmaps to your website.

0

精彩评论

暂无评论...
验证码 换一张
取 消