logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class LocalizationSetVoiceLanguageInput

    Input data transfer object for setting the voice language in the localization service.

    Inheritance
    object
    LocalizationSetVoiceLanguageInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Localization.Application.DTO
    Assembly: Serenity.Localization.Application.dll
    Syntax
    public class LocalizationSetVoiceLanguageInput

    Constructors

    LocalizationSetVoiceLanguageInput(string, string)

    Initializes a new instance of the LocalizationSetVoiceLanguageInput class.

    Declaration
    public LocalizationSetVoiceLanguageInput(string id, string language)
    Parameters
    Type Name Description
    string id

    The unique identifier for the game.

    string language

    The language to set for the game.

    Fields

    Id

    Declaration
    public string Id
    Field Value
    Type Description
    string

    Gets or sets the unique identifier for the game.

    Language

    Declaration
    public string Language
    Field Value
    Type Description
    string

    Gets or sets the language to set for the game.

    In this article
    © 2026 Serenity. All Rights Reserved