what is best practice to implement i18n usage java? [closed]
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago . what is best practice to implement i18n using java ? 回答1: You can use ResourceBundle.getBundle( name ) which returns the correct bundle according to the user locale and get specific messages. The way the