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
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
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