Localization and Satellite Assemblies in C#

Jul 28 2010 1:20 PM

LTest2.png
I have my solution set up with one form (Form1). I have one text box in the form (textBox1). I have a folder in the Solution for the satellite assembly to go (de-DE). I have run the resgen as follows:
resgen Form1.resx de-DE\Form1.de-DE.resx
this is to duplicate the form resource file into that folder.
I have run the resgen again from there to create the .resources file and from that run the assembly linker. I am trying to get the program to pull the resources from the de-DE folder based on the CurrentCulture setting being at de-DE. But I am not getting anywhere with it. Any thoughts?