struts2 的国际化
一、使用步骤
1)写资源文件,资源文件名命名规范和之前的讲的一致,有疑问请参考java开发中国际化
2)配置,在 struts.xml 中使用常量进行加载
struts.custom.i18n.resources=properties文件的基础名+包名,例如<constant name="struts.custom.i18n.resources" value="com.baidu.properties.msg"></constant>
3)使用,在web 页面中引入struts标签,使用<s:text name="key"> 设置name属性为properties文件的key值。
<%@taglib uri="/struts-tags" prefix="s"%> 。。。 <title><s:text name="title"></s:text></title> 。。。
学习过程中,难免出错。如果您在阅读过程中遇到不太明白,或者有疑问。欢迎指正...联系邮箱crazyCodeLove@163.com
如果觉得有用,想赞助一下请移步赞助页面:赞助一下