Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

This method creates the TextLanguage object. The newly created object has default values, or, if a profile has been previously loaded, the values set by this profile are used.

Syntax

C++

HRESULT CreateTextLanguage( ITextLanguage** Result );

C#

ITextLanguage CreateTextLanguage();

Visual Basic .NET

Function CreateTextLanguage() As ITextLanguage

Parameters

Result [out, retval] A pointer to the ITextLanguage* pointer variable that receives the interface pointer of the TextLanguage object. *Result should not be NULL. *Result is guaranteed to be non-NULL after successful method call.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

LanguageDatabase CreateCompoundTextLanguage