The Microsoft® Commerce Server version 3.0 MessageManager object implements the IMSCSMessageManager_3_0 interface, which you can use to add or retrieve messages to or from the MessageManager. An instance pointer to the MessageManager object for a site is passed to pipeline components in the pipe context Dictionary.
The IMSCSMessageManager_3_0 interface implements the following methods.
| Method | Description |
|---|---|
| AddLanguage | Adds a language to the MessageManager object. |
| AddMessage | Adds a message to the specified language. |
| get_defaultLanguage | Returns the default language for this MessageManager instance. |
| GetMessage | Returns the text associated with a specified message identifier. |
| put_defaultLanguage | Sets the default language for this MessageManager instance. |