# Value

> The localized text for this entry, before Smart String formatting.

## Definition

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

```csharp
string Value { get; }
```

### Remarks

For a variant-driven key this is the default value that applies when no variant matches. The Smart String flag and the active variant keys are stored per-key on the shared data, not on the entry.
