Using Satellite Assemblies

  • Thread starter Thread starter Vaishali Patel
  • Start date Start date
V

Vaishali Patel

Hi,
I am developing a windows based application that
implements the concept of Internationalization. I intend
to achieve the same using Satellite Assemblies. Can anyone
lead me to useful sample applications by which the same
can be achieved dynamically.

What I intend to do, is provide the client application
with a set of Satellite Assemblies. On initialization of
application, based on the culture setting for a particular
client user (which it will get from a remote db), the
appropriate Satellite assembly shall be loaded into
memory. How do I achieve this?

Regards,
Vaishali.
 
Back
Top