jdk/src/share/classes/java/util/Locale.java
changeset 10339 80d9f4bc094b
parent 9232 9e29d6359705
child 10419 12c063b39232
equal deleted inserted replaced
10338:ffaa7122547c 10339:80d9f4bc094b
  1587      *
  1587      *
  1588      * @return the display name of the script code for the current default locale
  1588      * @return the display name of the script code for the current default locale
  1589      * @since 1.7
  1589      * @since 1.7
  1590      */
  1590      */
  1591     public String getDisplayScript() {
  1591     public String getDisplayScript() {
  1592         return getDisplayScript(getDefault());
  1592         return getDisplayScript(getDefault(Category.DISPLAY));
  1593     }
  1593     }
  1594 
  1594 
  1595     /**
  1595     /**
  1596      * Returns a name for the locale's script that is appropriate
  1596      * Returns a name for the locale's script that is appropriate
  1597      * for display to the user. If possible, the name will be
  1597      * for display to the user. If possible, the name will be