Method AddFileByPath
| Edit this page View SourceAddFileByPath(string, bool)
Add a translation file via absolute path.
Declaration
public void AddFileByPath(string path, bool isJson = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | Absolute path to file. |
| bool | isJson | Is the language file a json file. |