IMetaDictionaryTranslations.RemoveLocale

Fore Syntax

RemoveLocale(Value: LocaleCodeID);

Fore.NET Syntax

RemoveLocale(Value: Prognoz.Platform.Interop.ForeSystem.LocaleCodeID);

Parameters

Value. Unique identifier of translation language.

Description

The RemoveLocale method removes setting for a specified language from the collection that contains parameters of translation into different languages for time series database attributes.

Comments

You cannot specify the following value as the Value parameter: LocaleCodeID.None.

Fore and Fore.NET Examples

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

See also:

IMetaDictionaryTranslations