What are Satellite Assemblies? How you will create this? How
will you get the different language strings?

Answer Posted / raghuraj pillai

Satellite assemblies are often used to deploy language-
specific resources for an application. These language-
specific assemblies work in side-by-side execution because
the application has a separate product ID for each language
and installs satellite assemblies in a language-specific
subdirectory for each language. When uninstalling, the
application removes only the satellite assemblies
associated with a given language and .NET Framework
version. No core .NET Framework files are removed unless
the last language for that .NET Framework version is being
removed. For example, English and Japanese editions of
the .NET Framework version 1.1 share the same core files.
The Japanese .NET Framework version 1.1 adds satellite
assemblies with localized resources in a \ja subdirectory.
An application that supports the .NET Framework version
1.1, regardless of its language, always uses the same core
runtime files.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you trigger the paint event in system.drawing?

529


Explain how do assemblies find each other?

577


Conceptually, what is the difference between early-binding and late-binding?

587


How will you make .NET programs work in Linux ?

1490


Differences between dll and exe?

602






Compare client server application with n-tier application

512


why you wouldn't want to write into it even if you could

564


Explain the difference between asp.net and asp?

567


Can "this" be used within a static method?

570


which method do you use to redirect the user to another page without performing a round trip to the client? How?

481


Is .net is a language?

563


What is assembly in .net?

606


Why do we use msmq?

601


What is the use of design pattern?

565


What is the use of activex control in .net?

585