Click or drag to resize

CustomTextLookup Delegate

Used to override text lookup.

Namespace:  Articy.Unity
Assembly:  ArticyRuntime (in ArticyRuntime.dll) Version: 1.0.3
Syntax
C#
public delegate string CustomTextLookup(
	string aKey,
	ArticyLanguage aLanguage
)

Parameters

aKey
Type: SystemString
The localization key
aLanguage
Type: Articy.UnityArticyLanguage
The current language

Return Value

Type: String
Localized text or null if text is missing.
See Also