J
Jon Pope
I'm working on globalizing my C# executable. I'm doing this by creating a
resource file for each culture (ie appname.fr-FR.resx, etc). This compiles
into appname.fr-FR.resources.dll.
In other discussions, I've seen reference to resgen.exe which produces a
file named appname.fr-FR.resources.
What is the difference between these two files? Which one should I use
within my app?
Cheers, Jon
resource file for each culture (ie appname.fr-FR.resx, etc). This compiles
into appname.fr-FR.resources.dll.
In other discussions, I've seen reference to resgen.exe which produces a
file named appname.fr-FR.resources.
What is the difference between these two files? Which one should I use
within my app?
Cheers, Jon