IRdsDictionaryTranslations.Name

Syntax

Name(Locale: LocaleCodeID): String;

Parameters

Locale. Unique numeric language identifier.

Description

The Name property determines a dictionary name in a set language.

Comments

It is prohibited to set the LocaleCodeID.None value as the Locale parameter.

If language, the setting for which does not exist, is set in Locale, setting is added to the end of the collection. Value of the IRdsDictionaryTranslations.Count property is increased by one.

Example

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

See also:

IRdsDictionaryTranslations