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
How many types of constructors are there?
Which of the following API is used to hide a window?
What is sqldatareader c#?
What is literal in c#?
What is a thread c#?
How do you declare a variable in c#?
Do vs while c#?
What is enum in c#?
Define satellite assembly in c#?
Why we use delegates in c#?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
What is the correct way of declaring an xml namespace?
What is virtual in c#?
Define property in c#.net?
What exactly happens when we debug and build the program?