更改 jqGrid 中的语言

发布于 2024-11-08 12:12:21 字数 534 浏览 0 评论 0原文

我想更改用 jqGrid 构建的网格的语言。 对于列名称,我使用服务器端本地化,如下所示:

mtype: 'POST',
colNames:['', '$l10n.col1', '$l10n.col2', '$l10n.col3','$l10n.col4', '$l10n.col5','$l10n.col6','$l10n.col7 $l10n.col8','$l10n.col9','$l10n.col10']

此代码由 Velocity 模板引擎解析,该引擎知道如何处理我的 $l10n 本地化工具。但是有 jqGrid 特定文本(例如“正在加载...”标签或“页面”标签等)我已经看到这些标签位于 grid.locale-xx.js 文件中。

当我更改应用程序的语言时,我想使用 grid.locale-en.js 中的标签而不是 grid.locale-de.js 中的标签。我在哪里可以告诉 jqGrid 使用哪个本地化文件?

I would like to change the language of my grid that I constructed with jqGrid.
For column names I use server side localization like this:

mtype: 'POST',
colNames:['', '$l10n.col1', '$l10n.col2', '$l10n.col3','$l10n.col4', '$l10n.col5','$l10n.col6','$l10n.col7 $l10n.col8','$l10n.col9','$l10n.col10']

This code is parsed by the Velocity template engine which knows how to handle my $l10n localization tool. But there are jqGrid specific texts (like to Loading... label or the Page label etc.) I have seen these labels are in the grid.locale-xx.js files.

I want to use the labels from grid.locale-en.js instead of the labels from grid.locale-de.js when I change my application's language. Where can I tell jqGrid which localization file to use?

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

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

发布评论

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

评论(1

病女 2024-11-15 12:12:21

Oleg 有一个示例此处 这应该正是您所需要的。

Oleg has an example here which should be exactly what you need.

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