# Table

> The table this entry belongs to.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Localization](/engine/6000.7/script-reference/unity/localization.md)
* **Assembly:** UnityEngine.LocalizationRuntimeModule

```csharp
ResourceTable Table { get; }
```

### Remarks

The owning [ResourceTable](/engine/6000.7/script-reference/unity/localization/resourcetable.md) sets this when the entry is added or when the table is loaded, so a resolved entry can reach its table's [ResourceTable.SharedData](/engine/6000.7/script-reference/unity/localization/resourcetable/shareddata.md) and per-locale data. It is `null` for an entry that is not part of a table.
