ComponentResourceManager

  • 14 years ago

    Hello there,

    I was wondering, since the IDE initiate a ComponentResourceManager when changing localizable property to 'True', is there a way to specify a different 'root' assembly (in a different location) for the Manager, as can be done in:

      Dim resources As System.Resources.ResourceManager = New_
    System.Resources.ResourceManager(baseName As String, asm As Reflection.Assembly)



    If not, then in the case of using an 'external' dll (one that serves a few projects, therefore sitting outside the project) as with this ResourceManager code, am I forced to insert all of the dll's strings with : resources.GetString(Name As String) ?

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.” - Rick Osborne