Struts2 +国际化
当我在操作类中使用“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用以下方法执行您想要的操作:
这是 XWork (Struts2) 中处理本地化的实用程序类。
You can do what you're looking for with:
This is a utility class in XWork (Struts2) that handles localization.
请参阅这些 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