←Select platform

GetEnabledLanguages Method

Summary

Gets the names of the current enabled languages environment of the character set used by the IOcrEngine.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string[] GetEnabledLanguages() 
Function GetEnabledLanguages() As String() 
string[] GetEnabledLanguages() 
@property (nonatomic, strong, readonly) NSArray<NSNumber *> *enabledLanguages 
public String[] getEnabledLanguages()  
function Leadtools.Forms.Ocr.IOcrLanguageManager.GetEnabledLanguages() 
array<String^>^ GetEnabledLanguages();  

Return Value

An array of String object that contains the names of the current enabled languages. Note: If you are using the LEADTOOLS OCR Advantage Engine, this array will contain only one item that represents the currently enabled language.

Remarks

The EnableLanguages method is used to define the main part of the language environment of the character sets used by the IOcrEngine.

The default value of the enabled languages is "en" (for English).

Use the GetEnabledLanguages to obtain a list of the languages currently enabled in the language environment.

The language values used throughout the LEADTOOLS OCR toolkit is a string value based on RFC 4646 (Windows Vista and later). The name could be an ISO 639 two-letter lowercase culture code associated with a language or a combination of ISO 630 and ISO 3166 two-letter uppercase subculture code associated with a country or region.

The language environment defines the character set(s) recognized by the OCR engine. For example, if you enable the English and German languages, the German characters (ä, Ä, é, ö, Ö, ü, Ü, ß) will be combined with the English characters to define the set recognized by the engine. The language environment does not perform spell checking however, for that, refer to IOcrSpellCheckManager.

Example

For an example, refer to IOcrLanguageManager.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly