←Select platform

IsSpellLanguageSupported Method

Summary
Gets a value that determine whether a given spell language is supported by the current spell checker.
Syntax
C#
VB
Objective-C
C++
Java
public bool IsSpellLanguageSupported( 
   string name 
) 
Function IsSpellLanguageSupported( _ 
   ByVal name As String _ 
) As Boolean 
- (BOOL)isSpellLanguageSupported:(LTOcrLanguage)language 
public boolean isSpellLanguageSupported(String name) 
bool IsSpellLanguageSupported(  
   String^ name 
)  

Parameters

name
The language name. For more information about the format of language names, refer to IOcrLanguageManager.

Return Value

True if this language can be used as the spell language; otherwise it is false.

Remarks

You can get the names of all the spell languages supported by the engine with the GetSupportedSpellLanguages method.

For more information about the spell checking system, refer to IOcrSpellCheckManager.

Example

For an example, refer to IOcrSpellCheckManager.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.