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.0 (1.0.0.0)
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
See Also