Returns a name and GUID for the language that owns this context.

HRESULT GetLanguageInfo(
   BSTR*  pbstrLanguageName,
   GUID*  pLanguageID
);

Parameters

pbstrLanguageName

[out] The name of the language.

pLanguageID

[out] The unique id for the language.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also