What namespaces are necessary to create a localized
application?

Answers were Sorted based on User's Feedback



What namespaces are necessary to create a localized application?..

Answer / guest

System.Globalization, System.Resources.

Is This Answer Correct ?    1 Yes 0 No

What namespaces are necessary to create a localized application?..

Answer / srivathsan

can any one explain why only these two namespaces are
required? and what these two namespaces do?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is private protected in c#?

0 Answers  


Can you allow class to be inherited, but prevent the method from being over-ridden?

2 Answers   Mind Tree,


How can we set class to be inherited, but prevent the method from being over-ridden?

0 Answers  


Can you inherit multiple classes in c#?

0 Answers  


What does void do in c#?

0 Answers  


Is list a collection c#?

0 Answers  


What are instance fields in c#?

0 Answers  


When you inherit a protected class-level variable, who is it available to?

4 Answers   Visual Soft,


What is the purpose of namespace in c#?

0 Answers  


What’s a strong name?

0 Answers  


Does C# supports multi-dimensional arrays?

3 Answers   Microsoft,


Are structs faster than classes?

0 Answers  


Categories