StringDigitSubstitute

StringDigitSubstitute enum

Specifies how digits in a string are substituted according to the locale or language.

enum class StringDigitSubstitute

Values

NameValueDescription
User0User-defined substitution.
None1Subtitution is disabled.
National2Substitute digits that correspond to the official national language of the user’s locale.
Traditional3Substitute digits that correspond to the user’s native script or language, which may not be the same as the official national language of the user’s locale.

See Also