| Parameter | Description |
|---|---|
| collection | The collection to add the table to. |
| locale | The locale the table targets. |
ResourceTable
The new or existing ResourceTable, or null when the collection or locale is
null, or the collection has no shared data.
Adds a table for a locale to a collection, or returns the collection's existing table for that locale.
Creates the per-locale ResourceTable as a separate asset in the collection's folder, registers the
collection with its content source, and saves. When the collection already has a table for the locale, that
table is returned unchanged. The locale is normally one of the project's
LocalizationSettings.AvailableLocales.
Additional resources: LocalizationEditorSettings.CreateStringEntry, ResourceTableCollection