首页 > 代码库 > Struts2 国际化
Struts2 国际化
方法一:
在struts.xml中配置:
<!--指定常量-->
<constant name="struts.custom.i18n.resources" value="http://www.mamicode.com/message"/>
<interceptors>
<!-- 指定源文件基名 -->
<interceptor name="i18nCookie" class="org.apache.struts2.interceptor.I18nInterceptor" />
</interceptors>
配置
username=用户名
--
username=UserName
在jsp页面中:
<a href="http://www.mamicode.com/i18n?request_locale=en_US">English</a>|
<a href="http://www.mamicode.com/i18n?request_locale=zh_CN">中文</a>
</div><!--国际化-->
<s:text name="username">用户名</s:text>
Struts2 国际化
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。