Leadtools.Forms.Ocr Namespace > IOcrSpellCheckManager Interface : GetAdditionalSpellLanguages Method |
string[] GetAdditionalSpellLanguages()
'Declaration Function GetAdditionalSpellLanguages() As String()
'Usage Dim instance As IOcrSpellCheckManager Dim value() As String value = instance.GetAdditionalSpellLanguages()
string[] GetAdditionalSpellLanguages()
- (NSArray*)getAdditionalSpellLanguages:(NSError**)outError;
function Leadtools.Forms.Ocr.IOcrSpellCheckManager.GetAdditionalSpellLanguages()
array<String^>^ GetAdditionalSpellLanguages();
This method returns the names of all the languages that is supported by a dictionary in the current spell checker. By default, LEADTOOLS does not install all the language dictionaries for all the supported languages. Refer to IOcrSpellCheckManager for more information.
To get or set the current spell language, use SpellLanguage. The value you set in the SpellLanguage property must be one of the values returned by the GetSupportedSpellLanguages method (along with two special values). The available languages (dictionaries) depends on the current spell check engine set in SpellCheckEngine.
For more information about the spell checking system, refer to IOcrSpellCheckManager.
For more information about the format of language names, refer to IOcrLanguageManager.