Click or drag to resize

LocalizedStringProviderBaseReload Method

Clears localized string cache so all localized strings are reloaded. Subclasses should call this after making changes to the localized string collection.

Namespace:  Rewired.Localization
Assembly:  Rewired_Localization (in Rewired_Localization.dll) Version: 0.0.0.0
Syntax
C#
public virtual void Reload()
See Also