I am going to localize the product. The getResources().getMessage() method just works fine with the following properties files.
ApplicationResources.properties ApplicationResources_en_US.properties ApplicationResources_fr_FR.properties However, if I add the ApplicationResources_zh_TW.properties, the getResources().getMessage() will pick up the missing key-value pairs from ApplicationResources_zh_TW.properties instead of ApplicationResources.properties. Why? I thought ApplicationResources.properties was the defualt. ApplicationResources.properties ApplicationResources_en_US.properties ApplicationResources_fr_FR.properties ApplicationResources_zh_TW.properties ---------------------------------------------------- This mailbox protected from junk email by Matador from MailFrontier, Inc. http://info.mailfrontier.com

