Hi , you can use native2ascii.exe in the bin folder of the sun's JDK native2ascii -encoding iso-8859-x source.properties dest.properties
Hope this helps Sakis ----- Original Message ----- From: "Vijay Pawar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 30, 2003 9:56 AM Subject: How to change to a different locale > Hi All, > > In the struts-example.war, there are 3 files for ApplicationResources > > They are, > > org.apache.webapp.example.ApplicationResources.properties, > org.apache.webapp.example.ApplicationResources_jp.properties, > org.apache.webapp.example.ApplicationResources_ru.properties, > > I have the following questions :- > (1) When i execute http://localhost:8080/struts-example/ > then i get all messages in english. What configuration will i have to > change so that I can see the application in japanese or russian. i.e how > can we tell struts to use ApplicationResources_jp.properties or > ApplicaitonResources_ru.properties > > (2) If i have to create a new ApplicationResources_de.properties file, > then is there any tool to convert text messages into unicode equivalents. > > Suppose i have a message in German like :- Guten Tag ! meaning Good day, > how do i get the unicode equivalent of it ( I dont wish to manually > convert all characters to their unicode equivalents :0)~ > > Please help and advice . ---------------------------------------------------------------------------- ---- > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

