Method AddJsonFile
| Edit this page View SourceAddJsonFile(string, string)
Add a json language file (match crowdin format).
Declaration
public void AddJsonFile(string language, string fileContent)Parameters
| Type | Name | Description | 
|---|---|---|
| string | language | Language for the json file, for example, "English" | 
| string | fileContent | Entire file as string |