Multiple resource sets on a form? ComponentResourceManager

  • Thread starter Thread starter Guest
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top