Method AddTableToDocument
AddTableToDocument(IXliffDocument, StringTable, StringTable)
Populate the document with the entries from target
using source
as the source reference.
Note: The source and target tables must be part of the same collection, they must both use the same SharedTableData.
Declaration
public static void AddTableToDocument(IXliffDocument document, StringTable source, StringTable target)
Parameters
Type | Name | Description |
---|---|---|
IXliffDocument | document | The XLIFF document to add the entries to. |
StringTable | source | |
StringTable | target |