StringFormat.DigitSubstitutionLanguage Property    
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.
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 : intPublic ReadOnly Property DigitSubstitutionLanguage As IntegerProperty 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.