GetMessage(string)
Gets a message declared by the LocalizedTextProvider or the rest of responsibility chain if applicable.
Declaration
public override string GetMessage(string messageId)Parameters
| Type | Name | Description |
|---|---|---|
| string | messageId | Identifier of the message. |
Returns
| Type | Description |
|---|---|
| string | Message represented by |
Overrides
Remarks
An implementation must call the base implementation if it does not provide the requested message. The base implementation is responsible to invoke the next provider in the chain of responsibility.