我使用ZK 8.我知道如何显示ZK验证通知,但我不知道显示多语言验证通知的最佳方式。帮我在ZK验证通知中显示多语言。谢谢!
答案 0 :(得分:0)
要支持多种语言,您可以使用国际化章节中描述的“l”功能。
<datebox constraint="no empty, no future: ${c:l('err.date.nowornever')}"/>
对于复杂/多重验证规则,请参阅参考:
http://books.zkoss.org/wiki/ZK_Component_Reference/Base_Components/InputElement#Validation
http://books.zkoss.org/wiki/ZK_Messages