The GetSupportedSpellLanguages Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the spell languages supported by the engine.Visual Basic (Declaration) | |
---|---|
Function GetSupportedSpellLanguages() As String() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IOcrSpellCheckManager Dim value() As String value = instance.GetSupportedSpellLanguages() |
C# | |
---|---|
string[] GetSupportedSpellLanguages() |
C++/CLI | |
---|---|
array<String^>^ GetSupportedSpellLanguages(); |
This method returns the names of all the languages that support a language dictionary.
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).
For more information about the spell checking system, refer to IOcrSpellCheckManager.
For more information about the format of language names, refer to IOcrLanguageManager.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7