ConvertLanguageIdToLCID Method of the Engine Object
This method converts the Win32 standard LANGID, represented by LanguageIdEnum, into the Win32 standard LCID. The return value of this method may be directly cast to the LCID type.
Syntax
HRESULT ConvertLanguageIdToLCID(
LanguageIdEnum LanguageId,
int* Result
);
Parameters
- LanguageId
- [in] This variable of the LanguageIdEnum type specifies Win32 standard LANGID.
- Result
- [out, retval] A pointer to an int variable that receives the return value of this function.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
This method may return 0 if the passed value of LanguageIdEnum does not denote any of the Win32 LCIDs.
See also
03.07.2024 8:50:25