So here is the case I have for satellite assemblies(Winforms):
- I have a project by project name "ABC" .
- Under this project I have a resource file where all the text for labels and messages have been defined.
- Say I create another new project with same name "ABC".
- In this 2nd project I want to define the resource files for all other languages having the text for labels and messages.
- So to summarize I want to use the duplicate name project ABC resource files into the primary project ABC for localization. The reason why I want to do this is if my clients wants it in another language I should not have to ship the whole library. Just the resource folder.
Thanks once again for your help.