Creating the Files
The file that you want to load must be placed in with the parley resource pathResources/{languageEnglishName}/{folderName}/{langCode}.{fileName}. For example Resources/English/SpaceshipLocker/en.Brad.
- YAML
- Graph
Populating the MetaData
To make Parley use your files semantically and be able to give you useful info about the loaded file, we populate the meta data for our conversation files, whether it is for YAML of Graph. See YAML MetaData.Making the Conversation
Now write the conversation files in the native script of the language(s) you want to use, we’ll be using English and German as seen in the example below:en.Localization
de.Localization
Making the script
Parley handles text with direct string substitution, meaning that you just have to point it to the language and it will use it.

