# Metadata

> The metadata attached to this entry, such as comments or custom properties.

## Definition

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

```csharp
MetadataCollection Metadata { get; }
```

### Remarks

This metadata is specific to one locale's entry. Key-wide metadata that every locale shares lives on the [SharedTableData.SharedTableEntry](/engine/6000.7/script-reference/unity/localization/sharedtabledata/sharedtableentry.md) instead.
