IRdsAttribute.Translations

Syntax

Translations: IRdsAttributeTranslations;

Description

The property is read-only.

The Translations property returns a collection of settings that contain translation parameters of attribute names of the MDM dictionary into different languages.

Comments

Initially, the collection contains a setting for the language set for repository user by default. To translate name of a dictionary attribute into different languages, set the IRdsDictionaryTranslations.IsOn and IRdsAttributeTranslations.IsOn properties to True.

Example

The property use is given in the example for IRdsDictionary.Translations.

See also:

IRdsAttribute