ISpellCheckerFactory::SupportedLanguages property
Gets the set of languages/dialects supported by any of the registered spell checkers.
This property is read-only.
Syntax
HRESULT get_SupportedLanguages(
[out, retval] IEnumString **value
);
Property value
A list of the BCP47 language tags that have spell checkers, returned as an IEnumString object.
Error codes
| Name | Meaning |
|---|---|
|
Successful. |
Remarks
The supported languages are specific, not neutral. For Hebrew, for example, the supported language is "he-IL", not "he".
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
See also