Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if the specified language is supported by this spell checker.
Syntax
HRESULT IsSupported(
[in] LPCWSTR languageTag,
[out, retval] BOOL *value
);
Parameters
[in] languageTag
A BCP47 language tag that identifies the language for the requested spell checker.
[out, retval] value
TRUE if supported; FALSE if not supported.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Successful. |
|
languageTag is an empty string. |
|
languageTag is a null pointer. |
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