如何在 DHTML 中设置非标准语言

发布于 2024-10-09 01:42:59 字数 70 浏览 4 评论 0原文

您好,我想在我的网页中将印地语设置为默认语言。我怎样才能做到这一点。如何在dhtml中设置语言?任何人都知道解决方案请帮助我。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

庆幸我还是我 2024-10-16 01:42:59

您可以使用 HTML lang 属性来指定:

<html lang="hi">

You can use the HTML lang attribute to specify this:

<html lang="hi">
云柯 2024-10-16 01:42:59

您必须提供 印地语字体 unicode 支持:

否则,您可以创建印地语文本的位图在任何位图编辑器中并将这些位图放置到您的网站上。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文