User Guide > How to Work with... > Recognition > Checking > Applying Checking > Spell Checking Languages |
The spelling languages available in the current recognition engine configuration can be accessed via the ImGearRecRecognitionSettings.SpellingLanguages Property. The application can specify a language setting as the spelling language, valid for the next page or pages with the SpellingLanguage Property.
Additionally, vertical language checking can also be activated when one of the Vertical dictionaries (e.g., LEGAL_GER.DMD) has been set through the VerticalDictionary Property.
C# |
Copy Code |
---|---|
igRecognition.Recognition.SpellingEnabled = true; igRecognition.Recognition.CorrectionEnabled = true; igRecognition.Recognition.SpellingLanguage = ImGearRecLanguage.ENG; |
VB .NET |
Copy Code |
---|---|
igRecognition.Recognition.SpellingEnabled = True igRecognition.Recognition.CorrectionEnabled = True igRecognition.Recognition.SpellingLanguage = ImGearRecLanguage.ENG |
When the spelling language is set to NO, or when it specifies a language for which there is no language dictionary, the language checking will not be activated for the zones of the page.