logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class RecipeLocalizationKeyDto

    A single localization key and its per-locale translations.

    Inheritance
    object
    RecipeLocalizationKeyDto
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.ProjectRecipe.Infrastructure.Editor.Model
    Assembly: Serenity.UnityProjectRecipe.Infrastructure.Editor.dll
    Syntax
    public class RecipeLocalizationKeyDto

    Constructors

    RecipeLocalizationKeyDto()

    Declaration
    public RecipeLocalizationKeyDto()

    Fields

    key

    Declaration
    public string key
    Field Value
    Type Description
    string

    The shared table key (e.g. NEW_GAME).

    values

    Declaration
    public RecipeLocalizationValueDto[] values
    Field Value
    Type Description
    RecipeLocalizationValueDto[]

    Per-locale translated text for this key.

    In this article
    © 2026 Serenity. All Rights Reserved