-
Enhancement
-
Resolution: Won't Fix
-
P3
-
None
-
1.3.0
-
generic
-
generic
Name: rmT116609 Date: 12/18/2000
java version "HP-UX Java C.01.18.03 05/12/2000 16:31:36 hkhd02"
The java.util.Locale class defines constants for Locale objects referred to some
languages and countries. Here are some of them:
class Locale ...
{
...
public static final Locale ENGLISH;
public static final Locale FRENCH;
public static final Locale GERMAN;
...
public static final Locale FRANCE;
public static final Locale GERMANY;
public static final Locale CANADA;
...
}
However, the Locale class does not provide constants for the third most spoken
language in the world: the Spanish language. Therefore, contants
java.util.Locale.SPANISH and java.util.Locale.SPAIN shoud be included in the
Locale class.
This fault is present in Java 1.2 too.
(Review ID: 113946)
======================================================================