I\'m sure there are a lot of methods, but what\'s the recommended way to do this that has the least amount of impact to your code?
The obvious is that you create pr
What you need is a ResourceBundle that allows you to have properties file based on Locale that you just access like a properties file.
Here is a sample on how to do it