LocalizedStringProviderlocalizedStringsFile Property |
A JSON file containing localizied string key value pairs.
When set, localized string data will be loaded from the JSON file and
the new localized strings will be used by Rewired.
Namespace:
Rewired.Localization
Assembly:
Rewired_Localization (in Rewired_Localization.dll) Version: 0.0.0.0
Syntaxpublic virtual TextAsset localizedStringsFile { get; set; }
Property Value
Type:
TextAsset
See Also