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
Assembly: Unity.Localization.Editor.dll
Syntax
public interface ITranslationUnit : INoteCollection
Properties
| Name | Description |
|---|---|
| Id | The unique Id of the translation unit. By default this is the Id. |
| Name | The unique name of the translation unit. By default this is the Key. |
| Source | The source text taken from the StringTable for the source Locale. |
| Target | The target text taken from the StringTable for the source Locale. |