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 basic steps are needed to display a simple report in crystal?
What are the boolean data types in c#?
What is difference between dictionary and hashtable?
Can we have static indexer in c#?
Why do we need static class in c#?
What is a view? What is the use of it?
What is difference between destructor and finalize?
Can constructor be protected in c#?
Why use a singleton instead of static methods?
What is dbcontext c#?
How many types of methods are there in c#?
Explain types of comment in c# with examples
What is the base class in .net from which all the classes are derived from?
Is typeof c#?
How to reverse each word in a string using c#?