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
What is difference between system.string and system.stringbuilder classes?
What is difference between .net core and .net standard?
Explain how do assemblies find each other?
What are the properties of ADO.NET?
When should I use .net core?
Do you know the difference between the stack and the heap?
When a Static Constructor called in .NET?
How anonymous method is different from a lambda expression?
what user controls are and what server controls are and the differences between the two.
How can I get at the win32 api from a .net program?
What is the difference between task and thread in .net?
How to instantiate a delegate?
what is the default security setting in .net?
What are the different.net tools which you used in projects?
Explain what is the difference between web application and enterprise application?