Locale(i: Integer): LocaleCodeID;
Locale(i: integer): Platform.Interop.ForeSystem.LocaleCodeID;
i. Setting index in the collection.
The Locale property returns unique numeric identifier of the language, for which a setting with the specified index is meant.
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.
The property use is given in the example for IMetaAttributeTranslations.Name.
See also: