我在itnernet中搜索信息,我找到了一些如何在ExtJS中更改语言的信息。它是on the dev.sencha.com
如我所见,他们使用 locale / ext-lang- {0} .js文件。
好的,太好了!但我需要改变我自己的文本。例如,我有Ext.MessageBox.alert,我想从properti文件中获取文本。
有没有办法使用i18n文件? 使用URL的langauge参数(?lang = en,?lang = fr)使用text-en.properties或text-fr.propertes。
我需要一个很好的教程链接,如何创建多语言ExtJS页面。
我看到 Ext.ux.Localizer 添加。 link但我不明白如何使用它。如何改变语言:(
谢谢。答案 0 :(得分:1)
我建议查看运行良好的Ux.locale.Manager插件(https://github.com/mitchellsimoens/Ux.locale.Manager)。
我写了一篇关于如何使用它的文章,可能有用:https://web.archive.org/web/20141103155453/http://www.swarmonline.com:80/2013/02/localising-sencha-touch-and-ext-js-applications-with-ux-locale-manager/