CultureResetMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the mode for resetting culture and\or collation.
public enum CultureResetMode
type CultureResetMode =
Public Enum CultureResetMode
- Inheritance
-
CultureResetMode
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown. User should not use this value. |
CultureOnly | 1 | Resets only the culture. |
CollationOnly | 2 | Resets only the collation. |
CultureAndCollation | 3 | Resets both culture and collation. |