How to set the ResourceManager default file path ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Yoavo

    How to set the ResourceManager default file path ?

    Hi,
    In my application I have a DLL which contains only resources (MyDllRc.dll)
    This DLL is translated to several languages (satellite DLL's)which are
    located in different folders (for each language).
    I want to let the user set the translated dll that he want to use (using the
    command line).
    For example:
    running: "MyProg.exe -lang german"
    will use the resource under "..\german\ " directory.

    How can I "tell" the ResourceManager to take the resources from a specific
    folder ?

    Yoav.


Working...