# Strings

> The localized strings that make up the list, in list order.

## Definition

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

```csharp
public List<LocalizedString> Strings { get; }
```
