If you have text on a page that you want to display differently for different languages, or you can change it without recompiling the application, you can put it in a resource file.
The configuration file contains application configurations. The configuration file is a (more) secure place to store information and should be kept as small as possible. You will also have only one configuration file for each instance of the application (or at least a project), while you can have many resource files, for example, a web project can have a resource file for each web page.
Timbo source
share