docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)