[b]页面使用[/b]:
<span jwcid="@Insert" value="message:required"/> //使用message前缀
或者使用ognl:messages
<span jwcid="@Insert" value="ognl:messages.format('required', '第{0}个元素','第{1}个元素')"/>
[b]properties文件:[/b]
全局的 WEB-INF/应用名称.properties 页面级的 页面名称.properties
[b]多语言版本html:[/b]
Foo.html、Foo_zh_CN.html
[size=large]更换locale[/size]:
[b]配置:[/b]
<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">
<span jwcid="@Insert" value="message:required"/> //使用message前缀
或者使用ognl:messages
<span jwcid="@Insert" value="ognl:messages.format('required', '第{0}个元素','第{1}个元素')"/>
[b]properties文件:[/b]
全局的 WEB-INF/应用名称.properties 页面级的 页面名称.properties
[b]多语言版本html:[/b]
Foo.html、Foo_zh_CN.html
[size=large]更换locale[/size]:
[b]配置:[/b]
<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">