docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate LangContext.GetLocalizedStringAsyncDelegate

    The delegate to get a localized string asynchronously.

    Namespace: Unity.AppUI.Core
    Assembly: Unity.AppUI.dll
    Syntax
    public delegate Task<string> LangContext.GetLocalizedStringAsyncDelegate(string referenceText, string lang, params object[] arguments)
    Parameters
    Type Name Description
    string referenceText

    The reference text.

    string lang

    The language.

    object[] arguments

    The arguments to format the string.

    Returns
    Type Description
    Task<string>

    The localized string.

    In This Article
    Back to top
    Copyright © 2025 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)