When doing internationalization in Java, you assign a string key to each message. What\'s the best practice, on where to place those string keys. Goal is to allow easy refactori
IMHO The best place to define these keys, and their related strings, are NLS files.n And you must saved them at ResourceBundle files