Table of Contents

Class XlfDocumentLang

Namespace
SunamoLang._public
Assembly
SunamoLang.dll

Represents an XLF (XLIFF) document for language localization.

public class XlfDocumentLang
Inheritance
XlfDocumentLang
Inherited Members
Extension Methods

Properties

Files

Gets or sets the collection of XLF files in this document.

public IEnumerable<XlfFileLang> Files { get; set; }

Property Value

IEnumerable<XlfFileLang>

Methods

LoadXml(string)

Loads XML content into the document.

[SuppressMessage("Style", "IDE0060:Remove unused parameter", Justification = "Method is a stub for future implementation")]
public void LoadXml(string content)

Parameters

content string

The XML content to load.