IMetaAttributeTranslations.Name

Syntax

Name(Locale: LocaleCodeID): String;

Parameters

Locale. Unique identifier of translation language.

Description

The Name property sets attribute name translation.

Example

To execute this example, add links to the Metabase, Cubes and Rds system assemblies. The repository must contain a time series database with the TSDB identifier.

Example

After clicking the Button1 button the collection of settings includes settings for the English, French and Japanese languages. After clicking the Button2 button, the English language is removed from the collection. After clicking the Button3 button, all the languages except for the language, in which the time series database is created, are removed from the collection. After clicking the Button4 button, name of the attribute with the Key identifier is translated as Clef in French.

See also:

IMetaAttributeTranslations