# Database

> The resource database that resolves localized content for this instance.

## Definition

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

```csharp
public ResourceDatabase Database { get; }
```

### Remarks

Resolves localized strings and assets. The static `ResourceDatabase` property is a shortcut to this database on the active [LocalizationSettings.Instance](/engine/6000.7/script-reference/unity/localization/localizationsettings/instance.md).
