JDK-6275682 : Inconsistent casing of Spanish language names
  • Type: Bug
  • Component: globalization
  • Sub-Component: translation
  • Affected Version: 6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-05-25
  • Updated: 2007-08-17
  • Resolved: 2007-06-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u4 b01Fixed 7Fixed
Description
The Spanish language names provided by the JRE are inconsistently capitalized, that is, some begin with a capital letter, others are all lower-case. The convention is that JRE language names should use the case that would be appropriate for use in the middle of a sentence. The specification of java.util.Locale.getDisplayLanguage gives the example of the French word for English, anglais, in lower-case.
###@###.### 2005-05-25 02:27:49 GMT

Comments
EVALUATION Created test case: sun/util/resources/Locale/Bug6275682.java modified: sun/util/resources/Locale/Bug4965260.java
09-01-2007

EVALUATION It is about to fix language names in: j2se:src/share/classes/sun/util/resources/LocaleNames_es.properties
26-04-2006