Method GetMessage
GetMessage(String)
Gets a message text given a message key.
Declaration
public string GetMessage(string key)
Parameters
Type | Name | Description |
---|---|---|
String | key | Message key. |
Returns
Type | Description |
---|---|
String | The text corresponding to |
Implements
GetMessage(Int32)
Gets the message text of a given number.
Declaration
protected abstract string GetMessage(int number)
Parameters
Type | Name | Description |
---|---|---|
Int32 | number | Message number. |
Returns
Type | Description |
---|---|
String | The message text corresponding to |