Add(Locale: LocaleCodeID; SourceField: String): ICubeCreatorFieldTranslation;
Add(Locale: Prognoz.Platform.Interop.ForeSystem.LocaleCodeID; SourceField: String): Prognoz.Platform.Interop.Cubes.ICubeCreatorFieldTranslation;
Locale. Translation language, for which a binding must be created.
SourceField. Source filed identifier where translation values on the Locale language are stored.
The Add method creates a binding of the source field with translation attribute for the specified language.
The attribute, to which binding is made is determined by translation languages.
The example of use is given in description of the ICubeCreatorField.Translations property.
See also: