Click or drag to resize
LocalizableTextGetLocaleOverrides Method (DictionaryString, String)
Gets the localized text.

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

Parameters

localizedText
Type: System.Collections.GenericDictionaryString, String
A dictionary of string for different locales to populate.
See Also