`

国际化与本地化

阅读更多
页面使用
<span jwcid="@Insert" value="message:required"/> //使用message前缀
或者使用ognl:messages

<span jwcid="@Insert" value="ognl:messages.format('required', '第{0}个元素','第{1}个元素')"/>

properties文件:
全局的 WEB-INF/应用名称.properties 页面级的 页面名称.properties

多语言版本html:
Foo.html、Foo_zh_CN.html
更换locale

配置:
<meta key="org.apache.tapestry.messages-encoding_zh_CN" value="GB2312"/> <meta key="org.apache.tapestry.messages-encoding" value="UTF-8"/> application文件中<meta key="org.apache.tapestry.template-encoding" value="GB2312"/>,

.html文件中<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics