# SharedEntry

> The shared key data for this entry, common to the key across every locale.

## Definition

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

```csharp
SharedTableData.SharedTableEntry SharedEntry { get; }
```

### Remarks

Resolved from the [IResourceEntry.Table](/engine/6000.7/script-reference/unity/localization/iresourceentry/table.md)'s [ResourceTable.SharedData](/engine/6000.7/script-reference/unity/localization/resourcetable/shareddata.md) by [IResourceEntry.KeyId](/engine/6000.7/script-reference/unity/localization/iresourceentry/keyid.md), so it carries the key text and per-key flags such as [SharedTableData.SharedTableEntry.IsSmart](/engine/6000.7/script-reference/unity/localization/sharedtabledata/sharedtableentry/issmart.md). It is `null` when the entry has no [IResourceEntry.Table](/engine/6000.7/script-reference/unity/localization/iresourceentry/table.md) or the key is absent from the shared data.
