Class RecipeLocalizationKeyDto
A single localization key and its per-locale translations.
Inherited Members
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. |
values
Declaration
public RecipeLocalizationValueDto[] values
Field Value
| Type | Description |
|---|---|
| RecipeLocalizationValueDto[] | Per-locale translated text for this key. |