What Is Satellite Assembly? And Steps To Create Satellite Assembly?
When you write a multilingual or multi-cultural application in .NET, and want to distribute the core application separately from the localized modules, the localized assemblies that modify the core application are called satellite assemblies. Steps to Create Satellite Assembly a. Set the paths for resgen and al.exe: b. Create a .resources file. c. Create the satellite assembly. d. The assembly should have the naming convention for .NET to be able to search for it. e. Specify the settings for culture. f. Put the satellite assembly in the appropriate folder. g. Once the satellite assembly is created, physically copy it to the appropriate directory. h. Repeat the process for each language in which you are creating an assembly.