-
Bug
-
Resolution: Incomplete
-
P4
-
None
-
10.0.2
-
x86_64
-
windows_10
ADDITIONAL SYSTEM INFORMATION :
I had this problem in former 32-bit versions regarding all languages.
Now (JDK 9 and 10), the problem is only that no english appears,
if I switch the locale language.
My home country is Germany. Maybe it's different from the US point of view.
A DESCRIPTION OF THE PROBLEM :
Because I want to use programs supporting different languages I also want to use the swing dialog box for opening files.
Works fine in german, french, spanish!!!!!
But (for me) it doesn't switch to english.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Locale currLocale = new Locale("en");
b = ResourceBundle.getBundle(itemList, currLocale);
JComponent.setDefaultLocale(currLocale);
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
JFileChooser in english
ACTUAL -
JFileChooser in german
FREQUENCY : always
I had this problem in former 32-bit versions regarding all languages.
Now (JDK 9 and 10), the problem is only that no english appears,
if I switch the locale language.
My home country is Germany. Maybe it's different from the US point of view.
A DESCRIPTION OF THE PROBLEM :
Because I want to use programs supporting different languages I also want to use the swing dialog box for opening files.
Works fine in german, french, spanish!!!!!
But (for me) it doesn't switch to english.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Locale currLocale = new Locale("en");
b = ResourceBundle.getBundle(itemList, currLocale);
JComponent.setDefaultLocale(currLocale);
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
JFileChooser in english
ACTUAL -
JFileChooser in german
FREQUENCY : always