Hi, You should first utilize native2ascii(in jdk/bin) to convert the appname_zh_CN.properties to asc, then it should solve your probelem. I don't know why T5 deal with internationalization differently from T4. In T4, we developer don't have to convert the resource files, we just need input Chinese and it displays correctly. And if your IDE is eclipse, you can find some plugin to help you convert encoding automatically.
Thanks! DH ----- Original Message ----- From: "滕训华" <[EMAIL PROTECTED]> To: "'Tapestry users'" <users@tapestry.apache.org> Sent: Wednesday, June 25, 2008 8:44 AM Subject: Chinese can not display correctly >I use the ${message:labelKey} in the tml and define the labelKey in the > properties with Chinese characters,but when the page display ,the Chinese > can not display correctly. > > > > By the way,my properties file is define with UTF-8 > >