ICubeCreatorFieldTranslations.FindByLocale

Syntax

FindByLocale(Locale: LocaleCodeID): ICubeCreatorFieldTranslation;

Parameters

Locale. Translation language, for which it is necessary to find binding to the source field.

Description

The FindByLocale method searches by translation language and returns parameters of binding to source field.

Comments

The method returns parameters of the attribute with translation binding if the binding was created, and Null if the binding to to the source field is not created yet for the attribute with the specified language.

See also:

ICubeCreatorFieldTranslations