GXT 网格翻译
我尝试将 GXT 小部件之一 - 网格(确切地说是列标题中带有排序等的上下文菜单)翻译成波兰语,但我找不到插入翻译的地方。 在其他一些小部件(PagingToolBar)中是方法 setMessages(...) 但我在网格中找不到它
所以我问你关于我可以设置将在该菜单中显示的文本的地方。
以前有人这样做过吗?
附言。对不起我的英语。
i've tried to translate one of GXT widgets - Grid (exacly context menu in column header with sorting etc.) into Polish language but i cant find place to inject my translation.
In some other widget (PagingToolBar) is method setMessages(...) but i cant find it in Grid
So im asking you about place where i can set text that will be displayed in that menu.
Does anyone done this before ?
PS. Sorry for my english.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个:
http://code.google .com/intl/de-DE/webtoolkit/doc/latest/DevGuideI18nLocale.html
并将
放入index.html 中的module.gwt.xml
和。
这(恕我直言)应该是正确的方法。
PS 我不确定 pl_PL 是否正确:)
Take a look at this:
http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideI18nLocale.html
and put
<extend-property name="locale" values="pl_PL"/>
in yourmodule.gwt.xml
and<meta name='gwt:property' content='locale=pl_PL'>
in your index.html.This (imho) should be the right way.
P.S. I'm not sure, if the pl_PL is right:)
...和 关于 gxt XMessages 的 Javadoc(asc 排序消息)和 google 查找“教程 GXT 和 I18N inurl:sencha 中缺失”(抱歉,我不允许在此处发布多个链接)
...and Javadoc about gxt XMessages (message for sort asc) and google for "Missing in the Tutorial GXT and I18N inurl:sencha" (sorry i'm not allowed to post more than one link here)