Enum XlfDocument.ResXSaveOption
- Namespace
- SunamoXliffParser
- Assembly
- SunamoXliffParser.dll
Specifies options for saving an XLIFF document as a ResX file.
[Flags]
public enum XlfDocument.ResXSaveOption
- Extension Methods
Fields
IncludeComments = 2Include comments from translation unit notes.
None = 0No special options.
SortEntries = 1Sort entries alphabetically by identifier.