-
Bug
-
Resolution: Fixed
-
P3
-
sunos_1.0, 2.0.1_build10, 1.2.0
-
1.2fcs
-
generic, sparc
-
generic, solaris_2.6
-
Verified
JOptionPanes and/or JDialog must be internationalized. Current code has hard-coded all strings used for Button. For instance "OK"/"Cancel" and so on. It should use ResourceBundle to allow localization.
[koushi.takahashi@japan 1998-06-25]
In ko/zh/zh_TW locale, click Help --> About Print Manager, the "OK" button not l10ned although we have keyword in pmResources_<locale>.java file.
{"OK", "\u786e\u5b9a"},
{"OK.mnemonic", "O"},
So I reopen this bug.
[bo.chen@eng 1999-06-25]
[koushi.takahashi@japan 1998-06-25]
In ko/zh/zh_TW locale, click Help --> About Print Manager, the "OK" button not l10ned although we have keyword in pmResources_<locale>.java file.
{"OK", "\u786e\u5b9a"},
{"OK.mnemonic", "O"},
So I reopen this bug.
[bo.chen@eng 1999-06-25]
- relates to
-
JDK-4151835 JFileChooser/JColorChooser/JOptionPane must be internationalized
- Closed