Click or drag to resize

ReInputLocalizationHelper Class

Provides access to all localization-related members.
Inheritance Hierarchy
SystemObject
  CodeHelper
    RewiredReInputLocalizationHelper

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
Syntax
C#
public sealed class LocalizationHelper : CodeHelper

The ReInputLocalizationHelper type exposes the following members.

Properties
 NameDescription
Public propertylocalizedStringProvider Assign an object that implements ILocalizedStringProvider to handle localized string lookups.
Public propertyprefetch Determines if strings should be localized immediately in bulk when available. If false, strings will be localized when queried.
Top
Methods
 NameDescription
Public methodReload Clears localization cache. Call this when strings need to be localized again, such as after changing languages in the localization provider.
Top
Events
 NameDescription
Public eventReloadedEvent Event triggered after localized strings are reloaded.
Top
See Also