 | LocalizableTextSetLocaleForAll Method |
Namespace: Candlelight.UIAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic static void SetLocaleForAll(
string locale
)
Parameters
- locale
- Type: SystemString
Locale.
Remarks
If you specify a locale value of , then all instances will use
whatever value was serialized for them when they are first loaded. Otherwise, they will automatically use
the specified value when they are first deserialized.
See Also