Class LocalizedTable | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class LocalizedTable

    Inheritance
    System.Object
    LocalizedTable
    LocalizedAssetTable
    StringTableBase
    Namespace: UnityEngine.Localization
    Syntax
    public abstract class LocalizedTable : ScriptableObject

    Properties

    Keys

    Database of all keys used by this Table.

    Declaration
    public KeyDatabase Keys { get; set; }
    Property Value
    Type Description
    KeyDatabase

    LocaleIdentifier

    The locale this asset table supports.

    Declaration
    public LocaleIdentifier LocaleIdentifier { get; set; }
    Property Value
    Type Description
    LocaleIdentifier

    TableName

    The name of this asset table. Must be unique per locale.

    Declaration
    public string TableName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023