Attribute.TranslatedName

Syntax

TranslatedName: String;

Description

The TranslatedName property sets translation text for attribute name.

Comments

Use the setTranslatedName method to set the property value, and the getTranslatedName method to get the property value. Property value cannot be set from JSON.

The setTranslatedName method has two attributes: lcid - language code, attr - translation text.

The lcid attribute is used on calling the getTranslatedName method.

Example

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

See also:

Attribute