logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class RecipeLocalizationValueDto

    One locale's text for a localization key.

    Inheritance
    object
    RecipeLocalizationValueDto
    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 RecipeLocalizationValueDto

    Constructors

    RecipeLocalizationValueDto()

    Declaration
    public RecipeLocalizationValueDto()

    Fields

    locale

    Declaration
    public string locale
    Field Value
    Type Description
    string

    Locale code (e.g. en, es).

    text

    Declaration
    public string text
    Field Value
    Type Description
    string

    The translated text for this locale.

    In this article
    © 2026 Serenity. All Rights Reserved