# LocalizedString.ChangeHandler

> Represents a method that receives a resolved localized string value.

## Definition

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

```csharp
public delegate void LocalizedString.ChangeHandler(string value)
```

## Remarks

Used by the [LocalizedString.StringChanged](/engine/6000.7/script-reference/unity/localization/localizedstring/stringchanged.md) event to deliver the formatted value to subscribers.
