Property IGDIPlus.IGPStringFormat.DigitSubstitutionLanguage
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: IGPStringFormat
Contents |
Syntax
Delphi:
property DigitSubstitutionLanguage : LANGID read GetDigitSubstitutionLanguage;
C++ Builder:
__property LANGID DigitSubstitutionLanguage = { read=GetDigitSubstitutionLanguage };
Summary
Returns the language that corresponds with the digits that are to be substituted for Western European digits.
Description
Use this property to get the language that corresponds with
the digits that are to be substituted for Western European
digits.
Returns
This method returns a 16-bit value that forms a National Language Support (NLS) language identifier. This identifier indicates the language that corresponds with the substitution digits. For example, if this StringFormat object uses Arabic substitution digits, then this method will return a value that indicates an Arabic language. An NLS language identifier is constructed by the MAKELANGID macro declared in Winnt.h.