Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我按下 CTRL+F 时,我正在使用一个包含搜索功能的 JXTable。
如果我将语言环境定义为英语或法语,则此搜索窗口的默认文本会自动翻译为活动语言环境。但是,如果我将其更改为以下任何一种语言(阿拉伯语、俄语或希腊语),则搜索窗口组件的文本默认为英语。
有没有办法通过将我自己的属性文件放在类路径中来为这个组件或任何其他 SwingX 组件定义我自己的翻译?
打开 swingx jar 文件,查找包含您要翻译的值的属性文件,然后使用适当的语言环境扩展名创建您自己的文件。例如,
org/jdesktop/swingx/plaf/basic/resources/swingx_ru.properties