What are Satellite Assemblies? - .Net Assembly

What are Satellite Assemblies?

Satellite assemblies provide an application the multilingual support. Satellite assemblies contain alternate sets of resources to be used in the application for different cultures.

What is a Satellite assembly?

A satellite assembly contains resources specific to a given language. With the help of these, the resources of different languages can be kept in different assemblies. However, at the runtime the chosen option generates the output in the desired language. The implementation code is kept different from the resource files that are used for conversion.
What do you understand by side-by-site execution of assembly? - .Net Assembly
.Net Assembly - This means multiple version of same assembly to run on the same computer....
How do you create a resource-only assembly? - .Net Assembly
.Net Assembly - Resources are nonexecutable data in an application and the data can be updated without recompiling application.....
Explain how to retrieve resources using ResourceManager class - .Net Assembly
.Net Assembly - ResourceManager class is used to retrieve resources at run time....
Post your comment