如何做到这一点?我有ff。测试代码:
javax.swing.JOptionPane.showMessageDialog(null, "Hello, world!");
运行它,比如说,-Duser.language=zh
并-Duser.country=TW
不起作用。即,确定按钮仍然标记为“确定”。例如,在 Windows 中,它被替换为对应的繁体中文。
如何做到这一点?我有ff。测试代码:
javax.swing.JOptionPane.showMessageDialog(null, "Hello, world!");
运行它,比如说,-Duser.language=zh
并-Duser.country=TW
不起作用。即,确定按钮仍然标记为“确定”。例如,在 Windows 中,它被替换为对应的繁体中文。