ITextLocalizer Interface
Interface for retrieving localized text translations by message identifier.
Syntax
Unit: Bcl.Lang
ITextLocalizer = interface(IInterface);
Methods
| Name | Description |
|---|---|
| LocaleName | Returns the locale name associated with this localizer. |
| GetText | Returns the localized text for the specified message identifier. |