Skip to content

TranslationItem class

namespace: Serenity.Extensions   assemblySerenity.Extensions

Represents a single translation entry in the translation grid.

public class TranslationItem

Public Members

name description
TranslationItem() The default constructor.
CustomText { get; set; } The user-provided custom translation in the target language.
HasTranslation { get; set; } Gets or sets a value indicating whether the item has a translation.
Key { get; set; } The local text key.
SourceText { get; set; } The text in the source language.
TargetText { get; set; } The text in the target language.
UserTranslated { get; set; } Gets or sets a value indicating whether the item was translated by a user.

See Also