StringFormat::DigitSubstitutionLanguage Property
.NET Framework (current version)
Gets the language that is used when local digits are substituted for western digits.
Assembly: System.Drawing (in System.Drawing.dll)
Property Value
Type: System::Int32A National Language Support (NLS) language identifier that identifies the language that will be used when local digits are substituted for western digits. You can pass the LCID property of a CultureInfo object as the NLS language identifier. For example, suppose you create a CultureInfo object by passing the string "ar-EG" to a CultureInfo constructor. If you pass the LCID property of that CultureInfo object along with.Traditional to the SetDigitSubstitution method, then Arabic-Indic digits will be substituted for western digits at display time.
.NET Framework
Available since 1.1
Available since 1.1
Show: