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
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
contentstringThe XML content to load.