localization - eisclimber/ExPresS-XR GitHub Wiki
Classes for localization, i.e. translating the game's content.
| Name | Description |
|---|---|
| LocaleChanger | Allows switching between locales. |
| Initializes the LocalizationSystem if necessary. | |
| LocalizedConditionalEvent | Emits conditional events based on if the current locale matches the configured one or not. |
| LocalizedFont | Defines the type of the asset to be localized. |
| LocalizeDropdown | Allows localizing the individual options of a dropdown. |
Credits: exe2be| |LocalizedVideoClip|Defines the type of the asset to be localized.| |LocalizeFontEvent|Defines the Component for Localization.| |LocalizeVideoClipEvent|Defines the Component for Localization.| |UnityEventFont|Defines the Callback-Event for Localization.| |UnityEventVideoClip|Defines the Callback-Event for Localization.|