JDK-8033134 : Text labels are not localized on SWT dialog buttons with jdk7.
  • Type: Bug
  • Component: client-libs
  • Affected Version: 7u45
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2014-01-29
  • Updated: 2014-06-28
  • Resolved: 2014-06-28
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 7
7-poolResolved
Related Reports
Duplicate :  
Relates :  
Description
This bug is observed under Mac OS.

The SWT DirectoryDialog contains some text labels on the buttons.
These are localized when the application is started with java6.
However, if the application is started with java7, the labels are in English.
Comments
Closing the issue as a duplicate. It was confirmed that the same workaround as in JDK-8019464 is applicable here too.
28-06-2014

Swing uses native file selection dialogs, as well as SWT does. So, this issue is reproducible with a simple java demo application: http://docs.oracle.com/javase/tutorial/uiswing/examples/components/index.html#FileChooserDemo
26-06-2014

Reopened as requested by the BugDB issue filer
25-04-2014

The problem isn't reproduced with a later release of SWT library. It's not clear whether it ever was a problem of JDK or not.
07-03-2014