DelphiBasics
  Home  |  Delphi .net Home  |  System.Globalization NameSpace
 .NET Framework
 Namespace References

 System
 System.Collections
 System.Globalization
 
  Calendar  Class 
  CalendarWeekRule  Enumeration 
  CultureInfo  Class 
  CultureTypes  Enumeration 
  DateTimeFormatInfo  Class 
  DateTimeStyles  Enumeration 
  NumberFormatInfo  Class 
  NumberStyles  Enumeration 
  RegionInfo  Class 
  StringInfo  Class 
  TextElementEnumerator  Class 
  TextInfo  Class 
 System.Drawing - download only
 System.IO

 Articles and Tutorials

 Overview of .NET
 Delphi and .NET
 Winform Applications
 ASP .Net Applications
 php Web Services
 Framework Collections
 Framework String Handling
 Framework Files and Folders


 
 
  System.Globalization.CultureTypes Enumeration
 
 Description
These culture types filter the list of cultures returned by the CultureInfo.GetCultures method.
 Values
NeutralCultures  1  Cultures independant of region, such as English, where they are purely language dependant.
SpecificCultures  2  Cultures specific to a region/country.
InstalledWin32Cultures  4  Pre-installed Windows cultures
AllCultures  7  All of the above

 Delphi Basics links
 
System.Globalization.CultureInfo

 Microsoft MSDN links
 
System.Globalization
System.Globalization.culturetypes
 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page