Attribute.IsTranslation

Syntax

IsTranslation: Boolean;

Description

The IsTranslation property determines if attribute translation is available.

Comments

Use JSON or the setIsTranslation method to set the property value, and the getIsTranslation method to get the property value.

By default this property contains the value false.

Example

The example of property use is given on the page with description of the Attribute.parseFromMd method.

See also:

Attribute