What?s a satellite assembly?

Answer Posted / jigar

I think, "A .NET Framework assembly containing resources
specific to a given language. Using satellite assemblies,
you can place the resources for different languages in
different assemblies, and the correct assembly is loaded
into memory only if the user elects to view the application
in that language."

This means that you develop your application in a default
language and add flexibility to react with change in the
locale. Say, for example, you developed your application in
an en-US locale. Now, your application has multilingual
support. When you deploy your code in, say, India, you want
to show labels, messages shown in the national language
which is other than English.

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of list in c#?

462


Can we have multiple threads in one app domain?

513


What is a view? What is the use of it?

578


What is the difference between dll and lib?

472


What are some examples of desktop applications?

494






What are escape sequences explain with example?

472


What is a clr host?

549


Can a class have multiple constructors c#?

492


Does c# support multilevel inheritance?

481


Does c# support multiple inheritance (mi)?

524


What is parameter c#?

529


Define an abstract class?

503


Why do you need boxing in c#?

485


Is java better than c#?

510


Define Final Class in C#

540