StringFormat.DigitSubstitutionLanguage Property

Definition

Gets the language that is used when local digits are substituted for western digits.

public:
 property int DigitSubstitutionLanguage { int get(); };
public int DigitSubstitutionLanguage { get; }
member this.DigitSubstitutionLanguage : int
Public ReadOnly Property DigitSubstitutionLanguage As Integer

Property Value

A 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(Int32, StringDigitSubstitute) method, then Arabic-Indic digits will be substituted for western digits at display time.

Applies to