Yes basic_jp.properties is missing from rt.jar. Is there any i18n version of jre available ? Or I can get basic_jp.properties from somewhere ?
Thanks - bharat > Bharat - > > Check to see if the rt.jar in your Solaris JRE contains a Japanese > language file named basic_jp.properties. This is the file would > probably contain the Japanese strings. (The file basic.properties is > what contains the English strings.) > > However, there are several problems with JFileChooser. For details, > check out the Javadoc in this "TFileChooser" class I wrote: > > http://www.cpcug.org/user/kbennett/java/TFileChooser.java > > Use of this class, and supporting configuration, corrects the > JFileChooser problems. Hopefully in JDK 1.4 these things will all be > fixed. > > By the way, can anyone suggest a place for me to send/put this file so > that it is available to the Java community? > > Thanks. > > - Keith > > > > Bharat wrote: > > > > Hi folks, > > > > I am testing my software for internationalization (Japanese) on w2k > > and solaris. I am using JOptionPane for warning dialogs, error dialogs > > etc. On Japanese W2k machine the "OK", "Cancel".. buttons are > > displayed in Japanese but on Japanese solaris machine they are still > > displayed in english. > > I am using jre1.3. Are there any registered bug for this? I saw some > > bugs but they all are closed. > > > > Thanks > > - bharat > > > > > _______________________________________________ > Advanced-java mailing list > [EMAIL PROTECTED] > http://lists.xcf.berkeley.edu/mailman/listinfo/advanced-java _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
