Method AddNewTable
AddNewTable(LocaleIdentifier, string)
Creates a table in the collection.
Declaration
public override LocalizationTable AddNewTable(LocaleIdentifier localeIdentifier, string path)
Parameters
| Type | Name | Description |
|---|---|---|
| LocaleIdentifier | localeIdentifier | |
| string | path |
Returns
| Type | Description |
|---|---|
| LocalizationTable |
|