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.
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.