The get_defaultLanguage method returns a BSTR that contains the default language for the MessageManager.
HRESULT get_defaultLanguage(
BSTR *pstr// out
);
<commerce.h>
| Value | Description |
|---|---|
| S_OK | The method succeeded, and the BSTR out-value contains the name of the default language. |
| E_FAIL | The method failed, and the BSTR out-value is NULL. |
IMSCSMessageManager_3_0::put_defaultLanguage