The ICultureInfoClass interface contains static properties of the CultureInfo class that return regional settings for different countries.
| Property name | Brief description | |
| The Current property returns the culture of the current application stream. | ||
| The CurrentUi property returns the culture of the visual interface of the application. | ||
| The Invariant property returns settings of the invariant culture. | ||
| The Neutral property returns settings of the neutral culture. | ||
| The Specific property returns settings of the selected culture. | ||
| The SystemDefault property returns settings of the culture selected in the operating system for the applications that do not support Unicode. | ||
| The UserDefault property returns settings of the culture used in the operating system. |
See also: