ITextLocalizer.GetText Method
Returns the localized text for the specified message identifier.
Syntax
Unit: Bcl.Lang
function ITextLocalizer.GetText(const MsgId: string): string; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | MsgId | string | The message identifier to look up. |
Returns
The localized text, or MsgId itself if no translation is found.