DialogueRunner.textLanguage Field
The language code used to select a string table.
public string textLanguage
Remarks
This must be an IETF BCP-47 language code, like “en” or “de”.
This value is used to select a string table from the YarnProgram.localizations
, for each of the YarnProgram
s in yarnScripts
.
Source
Defined in Unity/Assets/YarnSpinner/Scripts/DialogueRunner.cs, line 63.