Single-assembly multi-language Windows Forms deployment (ILMerge and satellite assemblies / localization) – possible?

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.

Leave a Comment