Java Preferences and Internationalization (i18n)
问题 The Java tutorials recommend using the Preferences API over Properties files. Properties files and ResourceBundles are the recommended way to handle Internalization requirements in applications. I am considering using both for a desktop application that will display preferences in a locale specific way. Can anyone point out problems with this approach? Maybe I should just use Properties files period? 回答1: I am considering using both for a desktop application that will display preferences in a