IMetaAttributeTranslations.Name

Fore Syntax

Name(Locale: LocaleCodeID): String;

Fore.NET Syntax

Name(Locale: Prognoz.Platform.Interop.ForeSystem.LocaleCodeID): string;

Parameters

Locale. Unique identifier of translation language.

Description

The Name property sets attribute name translation.

Fore 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 dictionary 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.

Fore.NET Example

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

Example

After clicking the button1 button, new settings for the English, French and Japanese languages become available in the collection. After clicking the button2 button, the English language is removed from the collection of settings. After clicking the button3 button, all the languages except for the language, in which the time series database dictionary is created, are removed from the collection of settings. After clicking the button4 button, name of the attribute with the Key identifier is translated as Clef in French.

See also:

IMetaAttributeTranslations