I was looking through a .NET resource file (i.e. a .resx file) and it is has a number of sections which make sense for common uses of a resource:
- Strings
- Images
- Icons (aren't these just images too?)
- Audio
- Files
- Other
For the life of me, I can't think of anything that would need other, since the other options seem to cover everything.
My question is, what are common uses for 'Other' in a resource file?