Class ModFileManifestModelTranslator
- Namespace
- LlamaLogic.Packages.Models.ModFileManifest
- Assembly
- LlamaLogic.Packages.dll
Represents the contribution of a translator in a mod file manifest SnippetTuning resource (🔓)
public sealed class ModFileManifestModelTranslator : IXmlSerializable
- Inheritance
-
ModFileManifestModelTranslator
- Implements
- Inherited Members
Properties
Culture
Gets/sets the value of the Language property using a CultureInfo object
[YamlIgnore]
public CultureInfo? Culture { get; set; }
Property Value
Language
Gets/sets the IETF BCP 47 language tag identifying the language to which this translator contributed
[YamlMember(Order = 2)]
public string Language { get; set; }
Property Value
Name
Gets/sets the name of the translator
[YamlMember(Order = 1)]
public string Name { get; set; }