Satellite Assemblies in C#

So here is the case I have for satellite assemblies(Winforms):

  1. I have a project by project name "ABC" .
  2. Under this project I have a resource file where all the text for labels and messages have been defined.
  3. Say I create another new project with same name "ABC".
  4. In this 2nd project I want to define the resource files for all other languages having the text for labels and messages.
  5. 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.

Upvotes: 0

Views: 215

Answers (0)

Related Questions