# AddLocalizedObjects(IEnumerable\<KeyValuePair\<string, T>>)

Method in [Localization](https://docs.yarnspinner.dev/2.0/api/csharp/yarn.unity/yarn.unity.localization)

## Summary

```csharp
public void AddLocalizedObjects<T>(IEnumerable<KeyValuePair<string, T>> objects) where T : UnityEngine.Object
```

## Parameters

| Name                                           | Description |
| ---------------------------------------------- | ----------- |
| `IEnumerable<KeyValuePair<string, T>>` objects |             |
