If you have a Japanese properties file file_ja_JP.properties and using ResourceBundle if you read for locale ja_JP it will always read file_ja_JP.properties even if file contains english and not japanese.
Yaa but to make japanese content *.properties file you need special editor which can accept Japanese characters and can save them as it is. -----Original Message----- From: Gupta, Gaurav [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 11:58 AM To: [EMAIL PROTECTED] Subject: How to save a properties file having Japanese Text Hi All we are in the process of internationalizing our site and for this we are using Resource Bundles . The problem we are facing is when we write Japanese in the properties file it won't read from the japanese file but from the default properties file but when we write the english content in the Japanese properties file it starts reading from the Japanese properties file .. Is there any special way/ special editor to save the japanese content written in the *.properties file. can anybody help on thi s.. Thanks in advance .. Gaurav ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
