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
Can you have parameters for static constructors?
What are virtual destructors?
What is default boolean value in c#?
What is a Assembly?
What does readonly mean in c#?
What is sqlcommand in c#?
In howmany ways can you deploy an assembly?
What is the difference between and xml documentation tag?
Why do we use void in c#?
Is boxing an implicit conversion?
What is the main usage of keyword “virtual†? How does it work for a method or property?
Is visual c# free?
How does inheritance work in c#?
Are attributes inherited c#?
Why do we need encapsulation in c#?