What namespaces are necessary to create a localized application?
Answer Posted / guest
System.Globalization, System.Resources
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is an array class?
What is the main purpose of delegates in c#?
Structs are largely redundant in c++. Why does c# have them?
what is the difference between interface and multiple interface?
What are assemblies?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
What is a satellite assembly in c#?
What is the real use of interface in c#?
Is int a class in c#?
What does async mean in c#?
How do I create multifile assembly?
Why to use lock statement in c#?
What is the difference between disposing of () and finalize() methods in c#?
What is c-sharp (c#)?
What is the difference while using directive vs using statement ?