Question about satellite assemblies

Tech-Archive recommends: Fix windows errors by optimizing your registry



Let's say that I've built an assembly, called myapi.dll whose default
resource messages are english. Then let's say I create a german
satellite assembly for the assembly called myapi.de.resources.dll.
However, let's say that I have a german client who is using both
myapi.dll and myapi.de.resources.dll; however, they would like to
override a single resource string from myapi.de.resources.dll. Is it
possible for them to create a "satellite for the satellite", and
override a single string from my german satellite assembly? This would
be very useful to me, but I just can't figure out how to do it.


So the structure would be something like this:
myapi.dll
-- myapi.de.resources.dll
-- -- myapi.de.client1.resources.dll (contains a single resource string
that overrides the equivalent resource string in
myapi.de.resources.dll)


Thanks very much for your help,
Shaun Pedicini

.



Relevant Pages

  • Re: Question about satellite assemblies
    ... because satellites assemblies have to follow ... override a single resource string from myapi.de.resources.dll. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Help regarding localization.
    ... resx file i generated another resource file with language as german. ... resource dll using al.exe ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Problem in Resource copy ...
    ... If it is in English, well, it means you haven't translated ... it to German yet. ... By what strange miracle do you think there is some kind of translator ... I have to create a Resource Only DLL in some other language ...
    (microsoft.public.vc.mfc)
  • Re: Help regarding localization.
    ... When i change languate to german it has created new resx file with name ... resx file i generated another resource file with language as german. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: ASP.NET Ajax: ScriptResource.axd is being invoked 12 times per each aspx page request!
    ... ScriptResource.axd returns a resource string, in these cases javascript source files, but they can be images. ... how many references there are depend on what ajax components your page uses. ...
    (microsoft.public.dotnet.framework.aspnet)