19 MachineTranslated = 1,
30 [CollectionName(
"LanguageStrings")]
31 [Index(
"NamespaceId",
"Id")]
35 private Guid objectId = Guid.Empty;
36 private Guid namespaceId = Guid.Empty;
37 private string id =
string.Empty;
38 private string value =
string.Empty;
55 set => this.objectId = value;
63 get => this.namespaceId;
64 set => this.namespaceId = value;
73 set => this.id = value;
79 [DefaultValueStringEmpty]
83 set => this.value = value;
93 set => this.level = value;
99 [Obsolete(
"Use Level instead.")]
104 set => this.level = value ? TranslationLevel.Untranslated :
TranslationLevel.HumanTranslated;
Contains a localized string.
string Value
Localized value.
Guid NamespaceId
Namespace ID.
TranslationLevel Level
If the string is untranslated.
override string ToString()
LanguageString()
Contains information about a namespace in a language.
TypeNameSerialization
How the type name should be serialized.
TranslationLevel
Translation level.