# AllowMultiple

> Whether more than one of this metadata kind may be added to the same target.

## Definition

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

```csharp
public bool AllowMultiple { get; set; }
```

### Remarks

Defaults to `true`.
