Re: [Advanced-java] Re: Is JOptionPane internationalized ?

2001-09-28 Thread Keith Bennett

Bharat -

I don't know of any version of the JRE that is internationalized more
than the standard version is.

I don't know of any place to get a Japanese version of basic.properties
either.  It would be great if one entity (such as Sun) would provide
these files or coordinate with others who could provide them.  But as
far as I know, that has not happened.

- Keith

Bharat wrote:
 
 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



Re: [Advanced-java] Re: Is JOptionPane internationalized ?

2001-09-28 Thread Keith Bennett

Bharat -

I don't know of any version of the JRE that is internationalized more
than the standard version is.

I don't know of any place to get a Japanese version of basic.properties
either.  It would be great if one entity (such as Sun) would provide
these files or coordinate with others who could provide them.  But as
far as I know, that has not happened.

- Keith

Bharat wrote:
 
 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
___
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing



RE: [Advanced-java] Re: Is JOptionPane internationalized ?

2001-09-28 Thread Joel Kamentz

Looking at http://java.sun.com/j2se/1.3/jre/download-windows.html I see both English 
and international versions of the JRE.

Joel

-Original Message-
From: Keith Bennett [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 28, 2001 9:35 AM
To: Bharat
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: Re: [Advanced-java] Re: Is JOptionPane internationalized ?


Bharat -

I don't know of any version of the JRE that is internationalized more
than the standard version is.

I don't know of any place to get a Japanese version of basic.properties
either.  It would be great if one entity (such as Sun) would provide
these files or coordinate with others who could provide them.  But as
far as I know, that has not happened.

- Keith

Bharat wrote:
 
 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
___
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing
___
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing



Re: [Advanced-java] Re: Is JOptionPane internationalized ?

2001-09-27 Thread Bharat

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



Re: [Advanced-java] Re: Is JOptionPane internationalized ?

2001-09-27 Thread Bharat

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

___
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing