docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LocalizationUtils

    A class that provides utility methods for localization.

    Inheritance
    object
    LocalizationUtils
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.AppUI.Core
    Assembly: Unity.AppUI.dll
    Syntax
    public static class LocalizationUtils

    Methods

    TryGetTableAndEntry(string, out string, out string)

    Try to get the table and string reference from a reference text. The naming convention is @table:tableEntry.

    Declaration
    public static bool TryGetTableAndEntry(string referenceText, out string table, out string tableEntry)
    Parameters
    Type Name Description
    string referenceText

    The reference text to parse.

    string table

    The table name.

    string tableEntry

    The table entry reference.

    Returns
    Type Description
    bool

    True if the reference text is valid.

    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)