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
One of the good way of doing this is explained here: Short article on a new approach using NLS with some advantages over ResourceBundle approach.