Resource files seem great for localization of labels and messages, but are they perfect?
For example:
- Is there a better solution if there is a huge amount of resources? Like 100,000 strings in a .resx file? (Theoretically, I do not actually have this problem)
- Is this a good method for storing the other types of data, such as images, icons, audio files, regular files, etc.?
- Is it a best practice to store your .resx files in a stand-alone project for easier updates/compiling?
- Are there any other issues that you have run into when using .resx files?