IMetaDictionaryTranslations.AddLocale

Syntax

AddLocale(Value: LocaleCodeID);

Parameters

Value. Unique identifier of translation language.

Description

The AddLocale method adds setting for a specified language to the collection of settings that contains parameters of translation of time series database dictionaries into various languages.

Comments

You cannot specify the value of LocaleCodeID.None as the Value parameter.

Example

The method use is given in the example for IMetaAttributeTranslations.Name.

See also:

IMetaDictionaryTranslations