docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetLocalizedListAsync

    GetLocalizedListAsync(List<string>)

    Asynchronously loads all child strings and aggregates them into the resulting list.

    Declaration
    public AsyncOperationHandle<List<string>> GetLocalizedListAsync(List<string> target = null)
    Parameters
    Type Name Description
    List<string> target

    Optional caller-owned list to populate to avoid allocations.

    Returns
    Type Description
    AsyncOperationHandle<List<string>>

    A combined list of all child strings.

    Implements
    ILocalizedStringList.GetLocalizedListAsync(List<string>)
    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)