IRdsDictionaryTranslations

Description

The IRdsDictionaryTranslations interface is used to work with the collection of settings that contain parameters of the MDM dictionary translation into different languages.

Comments

This collection enables the user to create multilingual MDM dictionaries. All its elements are displayed in the default language set for the repository. If translation of the dictionary for the current repository language is not provided, the dictionary is displayed in the language set by default for the dictionary.

Initially, the collection contains a setting for the language set for repository user by default. Translation into other languages must be enabled for the MDM dictionary so that settings from a collection were available for the MDM dictionary, that is, the IRdsDictionaryTranslations.IsOn property must be set to True.

Properties

  Property name Brief description
The Count property returns the number of languages, into which a dictionary is translated.
The DefaultLocale property returns a default language for a dictionary.
The IsOn property determines whether a dictionary should be translated into different languages.
The Item property returns a setting from the collection by index.
The Locale property returns unique numeric identifier of the language, for which a setting with the specified index is meant.
The Name property determines a dictionary name in a set language.

Methods

  Method name Brief description
The Add method adds a setting for a specified language to the collection.
The Clear method clears a collection of settings.
The FindByLocale method searches setting for the specified language in the collection.
The Remove method removes a setting with the specified index from the collection.
The RemoveByLocale method removes a setting for the specified language from the collection.

See also:

Rds Assembly Interfaces