docs.unity3d.com
    Show / Hide Table of Contents

    Class LocalizedStringProperty

    Provides localization support for a tracked string property.

    Inheritance
    Object
    LocalizedStringProperty
    Namespace: UnityEngine.Localization.PropertyVariants.TrackedProperties
    Syntax
    public class LocalizedStringProperty : object, ITrackedProperty

    Properties

    LocalizedString

    The Localized String that will be used for this tracked property.

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

    PropertyPath

    Declaration
    public string PropertyPath { get; set; }
    Property Value
    Type Description
    String
    Implements
    ITrackedProperty.PropertyPath

    Methods

    HasVariant(LocaleIdentifier)

    Declaration
    public bool HasVariant(LocaleIdentifier localeIdentifier)
    Parameters
    Type Name Description
    LocaleIdentifier localeIdentifier
    Returns
    Type Description
    Boolean
    Implements
    ITrackedProperty.HasVariant(LocaleIdentifier)
    Back to top
    Terms of use
    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