Method Create
Create(XliffVersion)
Creates a new XLIFF file with the requested version.
Declaration
public static IXliffDocument Create(XliffVersion version)
Parameters
Type | Name | Description |
---|---|---|
XliffVersion | version | The XLIFF version to target. |
Returns
Type | Description |
---|---|
IXliffDocument | The new XLIFF file. |