|
What is the Satellite assembly ?
|
|
Assembly containing no executable code — only resources. Typically, satellite assemblies are used for storing localized data. Satellite assembles can be added, modified, and loaded into a .Net application at runtime without recompiling. Use the Assembly Linking Utility to create satellite assemblies by compiling .resource files.
|
|
|
|
|
|
|
|