ILocalizable
Description
- Extended by
-
Component abstract
IWidget
IWidgetGui
Localizable sealed
Base interface for classes that support localization / customization of text labels.
An implementing class defines one string constant for each text label it exposes:
[Localized] public const string LabelXYZ = "X, Y and Z";
Public / Methods
Localize
2 overloads
Returns the current localized text for the given label.
Usually the lookup for localized texts is performed along some kind of object hierarchy. In this case, the documentation of the implementing class will describe this behaviour.
Sets or clears the localized text for the given label.
Usually, localized texts are specified along some kind of object hierarchy, cascading to child objects. In this case, the documentation of the implementing class will describe this behaviour.