Translatable property: AttributeValue class
Description
This property specifies if the AttributeValue is translatable. This property takes a Boolean value: True if the AttributeValue can be translated, False otherwise.
If this property is set to True, the value of the Label property can be translated.
Note:
Regardless of the order in which attributes were entered, they are ordered according to their translatable property, that is, attributes that have this property set as True come first, followed by attributes that have this property set as False.
This property is read/write.
Related Topics