Has anybody already tried to store the localized properties in a db instead
of using satelite assemblies? Actually my question is, how do I change the
"new ResourceManager(typeof(...))" at the beginning of InitializeComponent
of a Form to "new MyResourceManager(...)".

I actually tried it by suplying my own CodeDomSerializer but somehow only
got propertyassignment-code and can't find the actualy code dom code for the
new MyResourceManager(...)

Has someone an idea what I'm missing?

regards

Chrs