H
Hannes Schmiderer
We have to support different languages in our application. We do not
want to compile the whole application if anything changes in the text
of the pages.
With satellite assemblies this is possible easily. We change the .resx
XML-resource-file, run resgen.exe and al.exe and we have a new dll.
But how is this possible with the neutral/default/fallback language
resource which is integrated in the main assembly?
Can it be removed out of the main assembly that we can create it like
the satellite assemblies? Maybe somehow with al.exe and the /link
option?
Or can the text be changed in the main assembly without recompiling
the code?
thanks, Hannes
want to compile the whole application if anything changes in the text
of the pages.
With satellite assemblies this is possible easily. We change the .resx
XML-resource-file, run resgen.exe and al.exe and we have a new dll.
But how is this possible with the neutral/default/fallback language
resource which is integrated in the main assembly?
Can it be removed out of the main assembly that we can create it like
the satellite assemblies? Maybe somehow with al.exe and the /link
option?
Or can the text be changed in the main assembly without recompiling
the code?
thanks, Hannes