With different resource files (*.resx), how can I retrieve localized values by giving explicit localization.
That is, normally I can directly reference the attribute with custom-tool-namespace.Resource.localizedAttribute.
The value it will give depends on what localization has been set to CurrentCulture (thread-wise). But unlike this, I'd like to hand the localization to the resource getter. Is this possible?