docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Property NoTranslationFoundMessage

    NoTranslationFoundMessage

    The message to display when a string can not be localized. This is a Smart String which has access to the following named placeholders:

    PlaceholderDescription
    {key}The name of the key.
    {keyId}The numeric Id of the key.
    {table}The table object, this can be further queried, for example {table.TableCollectionName}.
    {locale}The locale asset, this can be further queried, for example {locale.name}.
    Declaration
    public string NoTranslationFoundMessage { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 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)