K
Kenneth
Hello experts!
Is it possible to a culture specific resource file embedded into an existing
dll?
For instance: I have a dll-file called MyApp.dll which automatically holds
the fallback language strings in a resource file called Strings.resx.
Whenever I add resource file called Strings.de.resx, I get another dll -
called MyApp.resources.dll and placed in bin/de/ folder - whenever I compile
the project.
Since I'd like to make sure that the MyApp.dll and all the resource files
always are synchronized I'd like to embed these files into the application
dll. Is that possible? Or is there some other way of achieving this?
Thanks,
Kenneth
Is it possible to a culture specific resource file embedded into an existing
dll?
For instance: I have a dll-file called MyApp.dll which automatically holds
the fallback language strings in a resource file called Strings.resx.
Whenever I add resource file called Strings.de.resx, I get another dll -
called MyApp.resources.dll and placed in bin/de/ folder - whenever I compile
the project.
Since I'd like to make sure that the MyApp.dll and all the resource files
always are synchronized I'd like to embed these files into the application
dll. Is that possible? Or is there some other way of achieving this?
Thanks,
Kenneth