MCTS Certification: Exam Terms and Definitions

Microsoft Certification - Exam Help

  • Increase font size
  • Default font size
  • Decrease font size
Home > Culture
MCTS - Exam 70-536: Culture

Culture

E-mail Print PDF

What is Culture?

Culture is defined as being the definition of the way that specific data is shown to individual users within diverse regions.  Culture is also known as culture data for culture c#, culture net, and culture vb.  As an example of culture data for the MCTS Certification exam, in the United States a period is used to separate cents and dollars (such as $54.34) whereas in Spanish countries, a comma is used to separate cents and dollars (such as $54,34).

When configuring a computer, the culture will need to be set up properly per the country that the user is residing in or knows.

Types of Culture

There are various types of culture that include AllCultures, which are all found with the .NET Framework and includes both the following: NeutralCultures, which are recognized by two letters, and SpecificCultures, which are recognized by four letters.  Each culture is different in regional formatting and  language definitions.



Key Exam Points

1. A user’s current culture data is able to be set by Thread.CurrentThread.CurrentCulture to an occurrence of CultureInfo.
2. For the MCTS Certification exam, be prepared to generate a new culture. 
3. Keep in mind that in order to avoid inconsistency when you are comparing strings with different cultures on the computer that you should identify the following as the specific culture: CultureInfo.InvariantCulture .

Last Updated on Friday, 13 February 2009 19:00  
0 Votes