ConvertLCIDToLanguageId Method of the Engine Object
This method converts the Win32 standard LCID into the Win32 standard LANGID, represented by LanguageIdEnum.
Syntax
HRESULT ConvertLCIDToLanguageId(
int Win32Locale,
LanguageIdEnum* Result
);
Parameters
- Win32Locale
- [in] This variable contains a Win32 standard LCID cast to the int type.
- Result
- [out, retval] A pointer to LanguageIdEnum variable that receives the return value of this method. Must not be NULL.
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 LI_Null if the passed Win32 LCID is not supported by ABBYY FineReader Engine.
See also
03.07.2024 8:50:25