Struts2 +国际化

发布于 2024-10-11 11:41:48 字数 113 浏览 2 评论 0原文

当我在操作类中使用“getText(”keyName”);时,我是否可以指定仅从英语资源包中选择值。因为我只想将此值用于日志记录目的。

有什么想法我该如何做实现这个目标吗

? SC

Is it possible that when I use the "getText("keyName"); in action class, I can specify that pick the value from ENGLISH resource bundle ONLY. Because I just want to use this value for logging purposes.

Any thoughts how can I achieve this?

BR
SC

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

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

发布评论

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

评论(2

鸢与 2024-10-18 11:41:48

您可以使用以下方法执行您想要的操作:

LocalizedTextUtil.findDefaultText("keyName", Locale.ENGLISH)

这是 XWork (Struts2) 中处理本地化的实用程序类。

You can do what you're looking for with:

LocalizedTextUtil.findDefaultText("keyName", Locale.ENGLISH)

This is a utility class in XWork (Struts2) that handles localization.

破晓 2024-10-18 11:41:48

请参阅这些 struts 国际化示例 link1,< a href="http://www.vaannila.com/struts/struts-example/struts-internationalization-example-1.html" rel="nofollow">link2
这些示例是使用struts1给出的,经过一些简单的修改,您可以将它们用于struts2

see these examples for struts internationalization link1,link2
These examples are given using struts1, with some simple modification, you can use them for struts2

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