The following namespace is used for globalization:

Skill/Topic: Advanced
A) System.Globalization
B) System.Localization
C) System.Locale

Showing Answers 1 - 3 of 3 Answers

The answer is A.  The System.Globalization namespace contains classes that define culture-related information, including the language, the country/region, the calendars in use, the format patterns for dates, currency, and numbers, and the sort order for strings. These classes are useful for writing globalized (internationalized) applications.  System.Localization and System.Locale currently do not exist in C#.  If you don't believe me look it up on msdn.  Or better yet, create a new application in VS and try to add System.Localization or System.Locale; you will find that they do not exist within the Sytem namespace.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions