Re: T5: problem switching to locale zh_TW

2009-10-16 Thread Roy Douglas
Thanks, I modified the AppModule.java like the following and everything worked fine. public static void contributeApplicationDefaults( MappedConfiguration configuration) { configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en,zh_TW"); ... Roy Have you de

Re: T5: problem switching to locale zh_TW

2009-10-16 Thread cordenier christophe
Hello By default tapestry supports : "en,it,es,zh_CN,pt_PT,de,ru,hr,fi_FI,sv_SE,fr_FR,da,pt_BR,ja,el". Regards, Christophe. 2009/10/16 Roy Douglas > Hi, > > I create a resource file name app_zh_TW.properties, and an actionlink > component and > the method persistentLocale.set(Locale.TAIWAN) to

Re: T5: problem switching to locale zh_TW

2009-10-16 Thread Geoff Callender
Have you declared zh_TW in AppModule? You need to. See if these examples help: http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/localization/bymessagecatalog http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/localization/bytemplate Cheers, Geoff