Method function IGDIPlus.IGPStringFormat.GetDigitSubstitutionLanguage() : LANGID
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:
function GetDigitSubstitutionLanguage() : LANGID;
C++ Builder:
LANGID __fastcall GetDigitSubstitutionLanguage();
Visual C++ (MFC):
GetDigitSubstitutionLanguage();
Summary
Returns the language that corresponds with the digits that are to be substituted for Western European digits.
Description
Call this method 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.