Click or drag to resize
LocalizableTextSetLocaleOverrides Method
Sets the localized text.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void SetLocaleOverrides(
	Dictionary<string, string> value
)

Parameters

value
Type: System.Collections.GenericDictionaryString, String
A dictionary of different possible OutputText values for this instance, keyed by locale.
See Also