Table of Contents

Class XlfFileLang

Namespace
SunamoLang._public
Assembly
SunamoLang.dll

Represents a single file entry in an XLF document.

public class XlfFileLang
Inheritance
XlfFileLang
Inherited Members
Extension Methods

Properties

Original

Gets or sets the original file path.

public string Original { get; set; }

Property Value

string

TransUnits

Gets or sets the collection of translation units.

public IEnumerable<XlfTransUnitLang> TransUnits { get; set; }

Property Value

IEnumerable<XlfTransUnitLang>