Class ExcludeFromAiraTranslationAttribute
When used on the property in widget, section, or template properties, the property will not be included in the translation.
[AttributeUsage(AttributeTargets.Property)]
public sealed class ExcludeFromAiraTranslationAttribute : Attribute
- Inheritance
-
objectAttributeExcludeFromAiraTranslationAttribute
- Extension Methods
Remarks
This is currently valid only on string properties, all the other types of properties are currently not translated by default.
Constructors
ExcludeFromAiraTranslationAttribute()
public ExcludeFromAiraTranslationAttribute()