Show contents 

IO > IO Assembly Interfaces > IResourceLocales > IResourceLocales.Item

IResourceLocales.Item

Fore Syntax

Item[Index: Integer]: IResourceLocale;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.ForeIO.IResourceLocale;

Parameters

Index. Language index in resource editor.

Description

The Item property returns the language added to the collection of resource editor languages.

Comments

Collection indexing is continuous and starts with zero.

See also:

IResourceLocales