I am using 2 resx files in my project one for en-Us and other for de-DE (localization).
I compile these resx files to resource files using resgen.
Can anyone please help me on the following two questions:
If I need to add more resx files in the project say for fr-FR, would I need to compile the project again after adding he new resx file for fr-Fr in the project or can I just create the resx file and generate the .resources file from the resx using resgen tool without compiling the Visula studio project?
Can the .resource file generated from resx using resgen be embedded in the exe or would it remain as a standalone compiled binary alongwith the exe that uses the resources file?
You do not need to deploy . resx file with your application.
The . resx resource file format consists of XML entries. These XML entries specify objects and strings inside XML tags. It can be easily manipulated.
resx resource file format consists of XML entries that specify objects and strings inside XML tags. One advantage of a . resx file is that when opened with a text editor (such as Notepad) it can be written to, parsed, and manipulated.
AFAIK
1 - You can re-create new .resource file and just replace the old one
2 - You have to deploy resource files along with your assemblies
see more here http://msdn.microsoft.com/en-us/library/21a15yht.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With