IRdsAttributeTranslations.TranslationLocale

Syntax

TranslationLocale: LocaleCodeID;

Description

The property is read-only.

The TranslationLocale property returns identifier of the language, for translation into which attribute is used.

Comments

The property returns a value that is determined by the LocaleCodeID enumeration. TranslationLocale cannot return the LocaleCodeID.None value.

Example

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

See also:

IRdsAttributeTranslations