Interface ITranslationUnit
Static container for a dynamic structure of elements holding the extracted translatable source text, aligned with the Translated text.
Inherited Members
Namespace: UnityEditor.Localization.Plugins.XLIFF.Common
Syntax
public interface ITranslationUnit : INoteCollection
Properties
Id
Declaration
string Id { get; set; }
Property Value
Type | Description |
---|---|
String |
Name
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Source
Declaration
string Source { get; set; }
Property Value
Type | Description |
---|---|
String |
Target
Declaration
string Target { get; set; }
Property Value
Type | Description |
---|---|
String |