> 1. have ApplicationResources.properties as English property file. > 2. prepare a resource file for each language, in the case > of Chinese, it > is > ApplicationResources_zh_CN.properties in the same > directory, with the > content > translated to Chinese > 3. Set init parameter of locale to true for ActionServlet > 4. Start the server > 5. Reset the locale of a computer > 6. Browse the application > > However, what I see is still in English. > > > Do I miss anything? Please help.
Doublecheck that your browser is set up to send the correct locale to the web server. It's not the operating system that sends the locale to your application, but the browser. -TPP -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>