ICubeCreatorFieldTranslations.Add

Syntax

Add(Locale: LocaleCodeID; SourceField: String): ICubeCreatorFieldTranslation;

Parameters

Locale. Translation language, for which a binding must be created.

SourceField. Source filed identifier where translation values on the Locale language are stored.

Description

The Add method creates a binding of the source field with translation attribute for the specified language.

Comments

The attribute, to which binding is made is determined by translation languages.

Example

The example of use is given in description of the ICubeCreatorField.Translations property.

See also:

ICubeCreatorFieldTranslations