Interface ILocalizedStringList
Common interface for localized sources that resolve to a List<T> of strings, such as LocalizedStringList and LocalizedStringGroup.
Namespace: UnityEngine.Localization
Assembly: Unity.Localization.dll
Syntax
public interface ILocalizedStringList
Methods
| Name | Description |
|---|---|
| GetLocalizedList(List<string>) | Forces a synchronous load of the localized list. |
| GetLocalizedListAsync(List<string>) | Asynchronously loads the localized list. |
Events
| Name | Description |
|---|---|
| ListChanged | Invoked when the localized list has changed. Subscribing automatically begins loading. |