Attribute.IsMultilingual

Syntax

IsMultilingual: Boolean;

Description

The IsMultilingual property determines whether attribute is multilingual.

Comments

Use JSON or the setIsMultilingual method to set the property value, and the getIsMultilingual method to get the property value.

By default this property contains the value false.

Example

The property use is given on the page with description of the Attribute constructor.

See also:

Attribute