Question 41. 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.