Changing the location of language dlls

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kimush
    New Member
    • Jun 2010
    • 3

    Changing the location of language dlls

    Hi...

    I am using ResourceManager and CultureInfo for multi-language support in my code. I have a resource file for each language.

    During compilation, a folder is created for each language with a dll in it (<projectname>. resources.dll). The folders need to be placed next to the executable during deployment.

    My question is : Can I change the location where these dlls are created, so that on deployed host I can organize all of these subfolders in one folder called "Languages" , for example ?

    Thanks a lot,
    Alex.
Working...