IMetaDictionaryTranslations.Locale

Syntax

Locale(i: Integer): LocaleCodeID;

Parameters

i. Setting index in the collection.

Description

The Locale property returns unique numeric identifier of the language, for which a setting with the specified index is meant.

Comments

Value of the i parameter must be a non-negative number, but smaller than value of the IMetaDictionaryTranslations.LocalesCount property. Index of the first method in the collection is 0, index of the last one is IMetaDictionaryTranslations.LocalesCount - 1. Index numbering is continuous.

The property is read-only.

Example

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

See also:

IMetaDictionaryTranslations