Class RecipeLocalizationValueDto
One locale's text for a localization key.
Inherited Members
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. |
text
Declaration
public string text
Field Value
| Type | Description |
|---|---|
| string | The translated text for this locale. |