The IRdsAttributeTranslations interface is used to work with the collection of settings that contain translation parameters of the MDM dictionary attribute name into different languages.
Initially, the collection contains a setting for the language set for repository user by default. The IRdsDictionaryTranslations.IsOn and IRdsAttributeTranslations.IsOn properties should be set to True to translate a dictionary attribute name into different languages.
The IRdsAttributeTranslation interface is used to work with collection elements.
| Property name | Brief description | |
| The Attribute property determines additional attribute that is used for translation. | ||
| The DefaultAttribute property returns the main attribute, which values should be translated into different languages. | ||
| The IsOn property determines whether attribute values should be translated into different languages. | ||
| The IsTranslation property returns whether the given attribute is an additional one used for translation. | ||
| The Item property returns setting of attribute translation for the specified language. | ||
| The Name property determines name of an attribute in the specified language. | ||
| The TranslationLocale property returns identifier of the language, for translation into which attribute is used. |
See also: