public interface MLocalizable
This class should be mixed into any UI element that should participate in the Locale update handling.
| Modifier and Type | Method and Description |
|---|---|
void |
updateLocalization()
This method is used to support Locale changes at runtime.
|