Enum XlfParts
- Namespace
- SunamoDevCode.Enums
- Assembly
- SunamoDevCode.dll
Defines the parts of an XLF (XLIFF) translation file element.
public enum XlfParts
- Extension Methods
Fields
Id = 0The identifier of the translation unit.
Source = 2The source (original) text of the translation unit.
Target = 1The target (translated) text of the translation unit.