ISpellChecker::get_LanguageTag method (spellcheck.h)

Gets the BCP47 language tag this instance of the spell checker supports.

This property is read-only.

Syntax

HRESULT get_LanguageTag(
  LPWSTR *value
);

Parameters

value

Return value

None

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

ISpellChecker