-
Bug
-
Resolution: Fixed
-
P4
-
6
-
None
-
b38
-
generic
-
generic
The java doc for Locale.getDisplayCountry is as follows:
------------
For example, if the locale is fr_FR and the default locale is en_US, getDisplayCountry() will return "France"; if the locale is en_US and the default locale is fr_FR, getDisplayLanguage() will return "Etats-Unis".
-----------
"getDisplayLanguage()" should actually be "getDisplayCountry()". Similar mistakes in the overrided methods.
###@###.### 2005-04-21 00:39:38 GMT
------------
For example, if the locale is fr_FR and the default locale is en_US, getDisplayCountry() will return "France"; if the locale is en_US and the default locale is fr_FR, getDisplayLanguage() will return "Etats-Unis".
-----------
"getDisplayLanguage()" should actually be "getDisplayCountry()". Similar mistakes in the overrided methods.
###@###.### 2005-04-21 00:39:38 GMT