The put_defaultLanguage method specifies the default language for the message set. The language that you specify must be one that you have added to the message set through a previous call to put_defaultLanguage.
HRESULT put_defaultLanguage(
BSTR bstr
);
<commerce.h>
| Value | Description |
|---|---|
| S_OK | The default language was successfully set. |
| E_INVALIDARG | The bstr parameter is empty. |
| E_OUTOFMEMORY | Memory could not be allocated to store the default language. |
IMSCSMessageManager_3_0::get_defaultLanguage