Question Regarding Multiple Resource File..

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have a product which is customized for multiple vendors for eg:-
cisco,hitachi,sony etc.

When user installs the app on a cisco vendor all the icons,bitmaps, strings
should be cisco and viceversa. What's the best way to achieve this.

I was thinking about the same concept of satellite assembly for multiple
cultures.
So based on the installation it will pick the correct resource file from the
installation folder.

Is this method feasible?, or do we have any other better methods.

Also i will not be putting any resource in the main app.

Dot .net Gurus Please advice me.

Thanks,
Vineeth
 
You can use satellite assemblies but you would have to create a custom
culture for each of your vendors. On the surface, it sounds like a neat
way to solve this particular problem.
 
Back
Top