为什么 struts 资源包具有 myresource.properties 和 myresource_en.properties 文件

发布于 2024-10-29 03:43:14 字数 262 浏览 1 评论 0原文

struts 具有默认资源属性“myresource.properties”和语言资源属性“myresource_en.properties”,但在我的项目中实时,我在“myresource.properties”文件中拥有所有英语非适应内容,那么为什么我们需要使用“myresource_en.properties”?属性”文件。

任何人都可以请您解释一下为什么struts默认使用“myresource.properties”而英语使用“myresource_en.properties”。

struts having default resource properties "myresource.properties" and language resource properties "myresource_en.properties" but in real time in my project I have all English non-adaptation content in "myresource.properties" file then why we need to use "myresource_en.properties" file.

Any one could you please explain the reason why struts having "myresource.properties" as default and "myresource_en.properties" for english.

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

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

发布评论

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

评论(1

氛圍 2024-11-05 03:43:14

上面提到的_xx代表您要支持的语言的国家ISO代码。如果您想支持英语和德语,则必须提供文件:

myresource_de.properties(德语)

myresource_en.properties(英语)

myresource.properties(所有其他 ISO 代码的后备)

编辑:

myresource.properties(所有其他 ISO 代码的后备)

用于保存十六进制数字字符等字符

The _xx mentioned above stands for the country ISO code of the language you want to support. If you want to support English and German, you have to supply the files:

myresource_de.properties (German)

myresource_en.properties (English)

myresource.properties (fallback for all other ISO codes)

Edit :

myresource.properties (fallback for all other ISO codes)

this is used to hold for characters such as hexnumeric characers etc

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