Re: ApplicationResources problem

2005-12-04 Thread Comain Chen
Thanks, :-) 2005/12/4, Bahadir Yagan <[EMAIL PROTECTED]>: > > Here is the way I handle this problem for Turkish locale. > > Write the resources file in UTF-8. Name it something like > ApplicationResources.properties-orig > Convert it using native2ascii > > native2ascii -encoding UTF-8 Application

Re: ApplicationResources problem

2005-12-04 Thread Bahadir Yagan
Here is the way I handle this problem for Turkish locale. Write the resources file in UTF-8. Name it something like ApplicationResources.properties-orig Convert it using native2ascii native2ascii -encoding UTF-8 ApplicationResources.properties-orig ApplicationResources.properties You have t

ApplicationResources problem

2005-12-03 Thread Comain Chen
It is said that we must use a applicationresources.properties file to format jsp view. And should create one file to a specific language local. So, maybe I have to files, one is applicationresources.properties And the other is applicationresources_ZH_CN.properties. But firstly, how does struts deci