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

    Class LocalizeString

    Inheritance
    System.Object
    LocalizationBehaviour
    LocalizeString
    Inherited Members
    LocalizationBehaviour.OnEnable()
    LocalizationBehaviour.OnDisable()
    LocalizationBehaviour.ForceUpdate()
    Namespace: UnityEngine.Localization.Components
    Syntax
    public class LocalizeString : LocalizationBehaviour

    Properties

    IsPlural

    Declaration
    public bool IsPlural { get; set; }
    Property Value
    Type Description
    System.Boolean

    PluralValue

    Declaration
    public int PluralValue { get; set; }
    Property Value
    Type Description
    System.Int32

    StringReference

    Declaration
    public LocalizedStringReference StringReference { get; set; }
    Property Value
    Type Description
    LocalizedStringReference

    UpdateString

    Declaration
    public LocalizeString.LocalizationUnityEvent UpdateString { get; set; }
    Property Value
    Type Description
    LocalizeString.LocalizationUnityEvent

    Methods

    OnLocaleChanged(Locale)

    Declaration
    protected override void OnLocaleChanged(Locale newLocale)
    Parameters
    Type Name Description
    Locale newLocale
    Overrides
    LocalizationBehaviour.OnLocaleChanged(Locale)

    StringLoaded(AsyncOperationHandle<String>)

    Declaration
    protected virtual void StringLoaded(AsyncOperationHandle<string> stringOp)
    Parameters
    Type Name Description
    AsyncOperationHandle<System.String> stringOp
    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