ImageGear Professional v18.4 > API Reference Guide > Recognition Component API Reference > Recognition Component Functions Reference > Spelling Settings Functions > IG_REC_spelling_language_get |
Inquires the current Spelling language setting of the checking subsystem.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_spelling_language_get( enumIGRecLanguages* pLang ); |
Name | Type | Description |
pLang | enumIGRecLanguages* | Address of a variable to get the current Spelling language setting. |
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT ErrCount = 0; enumIGRecLanguages eSpellingLanguage = IG_REC_LANG_NO; ErrCount = IG_REC_spelling_language_get(&eSpellingLanguage); |