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
What is an inheritance ?Give an example in which inheritance is used?
What does == mean in c sharp?
What are the commonly used i/o classes?
Write a program in C# for checking a given number is PRIME or not.
What is the difference between ref and out parameters in c#?
What is callback method in c#?
What is dictionary collection in c#?
What is difference between ilist and list in c#?
What is data type c#?
How can I get around scope problems in a try/catch?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
Can datetime be null c#?
What are the types of access modifiers?
Can you use all access modifiers for all types?
Is it possible to nest cfml conditional tags?