The only way I can see this working is by creating a class that derives from ResourceManager
and then overriding the InternalGetResourceSet
and GetResourceFileName
methods. From there, you should be able to override where resources are obtained, given a CultureInfo
instance.