|
Doloro GDK 22 .1.0 Beta
by Tauri Interactive
|
Proxy container that provides you with a localized text content.


Public Member Functions | |
| LocalizedTextContent (string text) | |
| delegate void | UpdateHandler (AProxyContentProvider info) |
| Handle UI member update. More... | |
| delegate LocalizatorType | LocalizationHandler (LocalizatorType origin) |
| Handler that should return localized text related to the origin one in current localization policy. More... | |
Static Public Member Functions | |
| static implicit | operator string (LocalizedTextContent content) |
| static | operator LocalizedTextContent (string content) |
| static void | SetLocalzationHandler (LocalizationHandler localizator) |
| Defines localization handler for text content. More... | |
Protected Member Functions | |
| virtual void | OnUpdated () |
| Occurs when some GUI element has been changed. | |
Properties | |
| override string | content [get, set] |
| Title of item. | |
| static LocalizationHandler | localizator [get] |
Events | |
| UpdateHandler | Updated |
| Occurs when content has been updated. | |
|
inherited |
Handler that should return localized text related to the origin one in current localization policy.
| origin | Origin text or key code to localization system access. |
|
staticinherited |
Defines localization handler for text content.
| localizator | handler that will be called to localize a content. |
|
inherited |
Handle UI member update.
| info | Updated info. |