Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 670 Bytes

File metadata and controls

21 lines (14 loc) · 670 Bytes

ITranslation interface

Represents a single translation of a translatable text.

public interface ITranslation : IElement

Members

name description
LanguageCode { get; } The language code representing the language for this translation.
Text { get; set; } The text of the translation.

See Also