TranslatedName: String;
The TranslatedName property sets translation text for attribute name.
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.
The example of use is given on the page with description of the Attribute.Translation property.
See also: