Language of resource DLL...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mrlister
    New Member
    • Nov 2007
    • 2

    Language of resource DLL...

    Hello,

    I have created a project with two different languages, and I would like to determine, OUTSIDE of the project that uses the language DLLs what type of language the DLL contains.

    In C++ you could set the language of the DLL:

    [IMG]c_language.bmp[/IMG]

    In C#, my language DLLs all have this:

    [IMG]csharp_language .bmp[/IMG]


    Which leads me to the following questions:

    1. Is it possible to set the "language" property of the DLL?
    2. Can I get the language property of the DLL programatically ?

    Thanks
    Attached Files
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Well it gets stored as a value in the Assembly file, you *might* be able to change it in code by playing with the System.Reflecti on.Assembly stuff?

    Comment

    Working...