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