Is it possible to have a single key in a resx file reference a List, or some other collection?
I noticed this question asked elsewhere, but those who answered didn't seem to understand the question.
In other cases, I see discussion of how to iterate through keys in a resx file.
I suspect it isn't possible to have a single key which has a collection as a value. I suspect that iterating the resx file is indeed the only substitute - but I want to know what others have found.