-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
7u40, 8
-
os_x
The following should be added to the default Info.plist generated by the javafxpackager:
<key>CFBundleAllowMixedLocalizations</key>
<true/>
Without this user's locale settings does not have any effect on the native dialogs (FileChooser) localization, they are always shown in English. If this property is added to the plist the default locale is used for native dialogs.
<key>CFBundleAllowMixedLocalizations</key>
<true/>
Without this user's locale settings does not have any effect on the native dialogs (FileChooser) localization, they are always shown in English. If this property is added to the plist the default locale is used for native dialogs.