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 namespace give the example?

0 Answers  


Y go for Interface? What is use of interface?

3 Answers  


Why main method is static in c#?

0 Answers  


int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


what is object-oriented programming (oop) language?

0 Answers  






What are the drawbacks of extending an interface as opposed to extending a class?

0 Answers  


What is the wildcard character in SQL? Let?s say you want to query database with LIKE for all employees whose name starts with La.

1 Answers  


What is data types in c#?

0 Answers  


Can we inherit two classes in c#?

0 Answers  


Do unused Namespaces in c# affect run-time performance?

0 Answers   HCL,


What namespace is list in c#?

0 Answers  


What is c sharp used for?

0 Answers  


Categories