Retrieves a text description of the language
Syntax
HRESULT GetLanguageString( BOOL fLong, BSTR *pbstrLanguage );
Parameters
- fLong
- [in] Boolean value that indicates whether the description of the language is long or short.
- pbstrLanguage
- [out] Address of a string that contains the language description.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
For the fLong parameter, a value of FALSE indicates that only the name of the language is returned. A value of TRUE indicates that the description includes more information, such as a full product description.