Click or drag to resize
LocalizableTextSetLocaleForAll Method
Sets the locale for all instances of LocalizableText.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public 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