The list of supported locales for User Interface Translation does not have all the languages I need to support. How can I add more languages for a JFileChooser
JFileChooser
In fact it is possible to use properties file to translate standard Swing strings. Just call
UIManager.getDefaults().addResourceBundle("com.mypackage.messages");
where com.mypackage.messages is a fully-qualified bundle base name.
com.mypackage.messages