Class LocalizationSetVoiceLanguageInput
Input data transfer object for setting the voice language in the localization service.
Inherited Members
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. |