Wrong Java resource bundle loaded
问题 In my application, I'm using java resource bundle for the translation of its labels. I currently have two files: resources.properties with labels in English (default language) resources_fr.properties with labels in French Then, I load the bundle properties with the following command: ResourceBundle.getBundle(RESOURCE_BUNDLE_NAME, locale); ... where locale is the user's locale. When I'm working with a French web browser, that's ok, I'm getting all my messages in French, as my locale is