# AddCollection(string, string)

> Records a collection so its addresses resolve at runtime.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Localization.Providers.FileTables](/engine/6000.7/script-reference/unity/localization/providers/filetables.md)
* **Assembly:** UnityEngine.LocalizationRuntimeModule

```csharp
public void AddCollection(string guid, string name)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The collection guid.**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The collection name.

### Remarks

Updates the name if the guid is already known.
