ConvertLCIDToLanguageId Method of the Engine Object

This method converts the Win32 standard LCID into the Win32 standard LANGID, represented by LanguageIdEnum.

Syntax

C++

HRESULT ConvertLCIDToLanguageId(
  int             Win32Locale,
  LanguageIdEnum* Result
);
    

C#

LanguageIdEnum ConvertLCIDToLanguageId( int Win32Locale );
    

Visual Basic .NET

Function ConvertLCIDToLanguageId(Win32Locale As int) As LanguageIdEnum
    

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

Engine

IEngine::ConvertLanguageIdToLCID

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.