ISpellCheckProviderFactory::get_SupportedLanguages method (spellcheckprovider.h)

Gets the set of languages/dialects supported by the spell checker.

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 spellcheckprovider.h

See also

BCP47 Tags for Identifying Languages

IEnumString

ISpellCheckProviderFactory