Represents a single translation of a translatable text.
public interface ITranslation : IElement| name | description |
|---|---|
| LanguageCode { get; } | The language code representing the language for this translation. |
| Text { get; set; } | The text of the translation. |
- interface IElement
- namespace Mendix.StudioPro.ExtensionsAPI.Model.Texts