FindLanguage Method of the PredefinedLanguages Object
This method finds an element of the PredefinedLanguages collection by its internal name and returns a pointer to its interface.
Syntax
Visual Basic .NET
Function FindLanguage(InternalName As String) As Language
C++
HRESULT FindLanguage( BSTR InternalName, ILanguage** Result );
Parameters
- InternalName
- [in] This variable specifies the internal name of the language.
- Result
- [out, retval] A pointer to the ILanguage* pointer variable that receives the interface pointer of the Language object with the specified internal name. Returns NULL, if the language with the specified name is not found.
Return values
If the specified language is not available, this method returns E_INVALIDARG error code and NULL pointer to the language. It may also return standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30