|
|
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 | |
|
|
Microsoft MSDN links | |
|
|
|
|
|
|