JDK-2149442 : fi_FI 's localization show language/country name of Denmark wrong
  • Type: Backport
  • Backport of: JDK-6558856
  • Component: globalization
  • Sub-Component: translation
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2007-05-18
  • Updated: 2011-04-08
  • Resolved: 2011-04-08
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
6u10Fixed 7 b18Fixed
Comments
EVALUATION The request shold be extended to have all "fi" to use variant "tanska"/"Tanska". This modification is according to the CLDR. Fix: j2se:src/share/classes/sun/util/resources/LocaleNames_fi.properties ------- LocaleNames_fi.properties ------- 46c46 < da=danska --- > da=tanska 80c80 < DK=Danska --- > DK=Tanska test: j2se:test/closed/sun/text/resources/LocaleDataTest.java j2se:test/closed/sun/text/resources/LocaleData add: # bug 6558856 LocaleNames/fi/da=tanska LocaleNames/fi/DK=Tanska LocaleNames/fi_FI/da=tanska LocaleNames/fi_FI/DK=Tanska
21-05-2007