StringDigitSubstitute enumeration
Applies to: desktop apps only
The StringDigitSubstitute enumeration specifies how to substitute digits in a string according to a user's locale or language.
Syntax
typedef enum {
StringDigitSubstituteUser = 0,
StringDigitSubstituteNone = 1,
StringDigitSubstituteNational = 2,
StringDigitSubstituteTraditional = 3
} StringDigitSubstitute;
Constants
- StringDigitSubstituteUser
-
Specifies a user-defined substitution scheme.
- StringDigitSubstituteNone
-
Specifies to disable substitutions.
- StringDigitSubstituteNational
-
Specifies substitution digits that correspond with the official national language of the user's locale.
- StringDigitSubstituteTraditional
-
Specifies substitution digits that correspond with the user's native script or language, which may be different from the official national language of the user's locale.
Requirements
|
Minimum supported client | Windows XP, Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Product | GDI+ 1.0 |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 3/6/2012