JDK-8024279 : Mac OS X: should CocoaUI elements (such as Dialog Chooser) use localized messages?
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-09-04
  • Updated: 2013-12-26
  • Resolved: 2013-12-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 8
8-poolResolved
Related Reports
Duplicate :  
Description
While working on JDK-7131356 an issue on whether UI elements such as JFileChooser, which uses native CocoaUI underneath, should be displaying localized message or not.

The fix to JDK-7131356 involved dropping the call to "JRSSetDefaultLocalization" in "setupMacOSXLocale", file jdk/java_props_macosx.c because it did not seem to do what it was supposed to (as told by Apple), ie. showing localized messages in native UI.

This issue is filed to answer definitively what the correct behavior should be.

Comments
Please see the description in JDK-8019464
26-12-2013