ISpellCheckerFactory::get_SupportedLanguages method (spellcheck.h)

Gets the set of languages/dialects supported by any of the registered spell checkers.

This property is read-only.

Syntax

HRESULT get_SupportedLanguages(
  IEnumString **value
);

Parameters

value

Return value

None

Remarks

The supported languages are specific, not neutral. For Hebrew, for example, the supported language is "he-IL", not "he".

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header spellcheck.h

See also

BCP47 Tags for Identifying Languages

IEnumString

ISpellCheckerFactory