Problem with embedded resource name "MyResource.fr-FR.txt"

  • Thread starter Thread starter David Pizzi
  • Start date Start date
D

David Pizzi

Hi guys

I have a problem with embedded resource files.
I want to have different resource files for a text compiled in my assembly
as embedded resource, so I decided to name it according to the globalization
naming convention.
The problem is that VS doesn't compile it as embedded resource !!!!!!!!!!!!

If I rename it to "MyResource.GGGG.txt" it is compiled as embedded resource,
but if I name it "MyResource.fr-FR.txt" it is not !!!

I don't want to have it in a satellite assembly !! I just want to have it
together with my myin assembly.

Any solution (of course without changing the naming conventions) would be
appreciated.

Kind regards
David Pizzi
 
David

Im not sure if this is wise. When you look at the whole background
design of resource files they really have to be in seperate
assemblies.

It is all to do with digitally signing and testing you application.
Follow this whole thing up in the docs. Also, if you want to produce a
resource file for a different language and distribute it, you can
without having to rebuild your whole app and redistrbuting all of it.

Any other feedback would be appreciated.

Regards
Michael
 
Back
Top