Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4074367

user.region is different between Solaris and Windows

    XMLWordPrintable

Details

    • sparc
    • solaris_2.5.1

    Description

      I'm filing this bug per request from Robert Strout.
      (see comments)
      ------------- Begin Forwarded Message -------------

      Subject: [JWS-I18N:1047] Re: BugId 4073676 : (P1/S3) Has been Updated - by ohair
      To: ###@###.### (jws-i18n)
      Cc: ###@###.###
      Posted: Tue, 26 Aug 1997 10:17:49 +0900 (JST)
      Content-Md5: X8qOp7yAhF+MfmEIa0xAbQ==
      X-Ml-Name: jws-i18n
      X-Mail-Count: 1047
      X-Mlserver: 2.0 delta pl0
      Mime-Version: 1.0
      X-Ml-Info: If you have a question, %echo # help|Mail ###@###.###


        |Try this:
        |
        |public class foo {
        | public static void main(String args[]) {
        | String lang = System.getProperty("user.language");
        | String region = System.getProperty("user.region");
        | if ( lang!=null )
        | System.out.println("user.language = " + lang);
        | if ( region!=null )
        | System.out.println("user.region = " + region);
        | }
        |}
        |
        |(put it in a file called foo.java), then compile and run it, e.g.
        |
        | javac foo.java
        | java foo
        |
        |And let me know what it says...

      On Solaris, it says:
      user.language = ja
      (no user.region line printed)

      On Windows NT & 95, it says:
      user.language =ja
      user.region = JP

      -kuro


      ------------- End Forwarded Message -------------

      Attachments

        Activity

          People

            bcbeck Brian Beck (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: