# Flags

> Per-key flags shared across every locale.

## Definition

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

```csharp
public SharedEntryFlags Flags { get; set; }
```

### Remarks

See [SharedEntryFlags](/engine/6000.7/script-reference/unity/localization/sharedentryflags.md) for the available flags. Use [SharedTableData.SharedTableEntry.IsSmart](/engine/6000.7/script-reference/unity/localization/sharedtabledata/sharedtableentry/issmart.md) for the common Smart String case.
