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
Differentiate between method overriding from method overloading with its functionality?
What is enum in c#?
What is mvc pattern in c#?
Explain about Error handling and how this is done
Why hashtable is thread safe in c#?
Can partial class be inherited?
How many bytes is a long c#?
Is it possible to inline assembly or il in c# code?
What is method overriding in c#
What is the difference between dll and lib?
What do you mean by a windows process in regards to memory allocation?
What is the difference between virtual method and abstract method?
What is dependency injection in simple words?
What is a namespace server?
What is super class in c#?