G
Guest
Using ComponentResourceManager I am looking for a way to use more than one
resource set (for the same culture/region) on a form or user control. One of
my concrete obsticles is that I have defined a pretty massive user control
that has its own globalization/localization through a
ComponentResourceManager defined in the standard way. Now, what I want is to
be able to add more resources to a form derived from the first. Can I expand
the original ComponentResourceManager member of the original user control to
include more resources for the same culture/region, or do I have to define an
extra ComponentResourceManager member in the derived class?
Thanks
resource set (for the same culture/region) on a form or user control. One of
my concrete obsticles is that I have defined a pretty massive user control
that has its own globalization/localization through a
ComponentResourceManager defined in the standard way. Now, what I want is to
be able to add more resources to a form derived from the first. Can I expand
the original ComponentResourceManager member of the original user control to
include more resources for the same culture/region, or do I have to define an
extra ComponentResourceManager member in the derived class?
Thanks