StringFormat.DigitSubstitutionLanguage
Contents
[
Hide
]StringFormat.DigitSubstitutionLanguage property
Gets or sets the language that is used when local digits are substituted for western digits.
public int DigitSubstitutionLanguage { get; set; }
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 StringDigitSubstitute) method, then Arabic-Indic digits will be substituted for western digits at display time.
Remarks
The setter is introduced for the obsolete method SetDigitSubstitution.
See Also
- class StringFormat
- namespace Aspose.Imaging
- assembly Aspose.Imaging