JDK-6433538 : 'nn_NO' is returned as the default locale
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 6
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-06-02
  • Updated: 2010-04-03
  • Resolved: 2006-06-26
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
6 b90Fixed
Related Reports
Relates :  
Relates :  
Description
If the user locale on Windows is 'Norwegian (Nynorsk)', Locale.getDefault() returns 'nn_NO' instead of 'no_NO_NY'.  This was originally made with the fix for 5005601, however, we decided to backout the change with 6385299.  This was a left over from the previous bugfix.
Not only Windows, but all the platforms return nn_NO.

Comments
EVALUATION Change it to 'no_NO_NY', as in the Java 5.
02-06-2006