Method AddYamlFile
| Edit this page View SourceAddYamlFile(string, string)
Add a YAML language file. Keys are flat string-to-string mappings.
Declaration
public void AddYamlFile(string language, string fileContent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | language | Language for the yaml file, for example, "English" |
| string | fileContent | Entire file as string |