IRdsAttributeTranslations.Attribute

Syntax

Attribute(Locale: LocaleCodeID): IRdsAttribute;

Parameters

Locale. Unique numeric language identifier.

Description

The Attribute property determines additional attribute that is used for translation.

Comments

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

For the default dictionary language (the IRdsDictionaryTranslations.DefaultLocale property) this property should be set to Null.

Example

The property use is given in the example for IRdsAttributeTranslations.IsTranslation.

See also:

IRdsAttributeTranslations