IResourceLocales.Count

Fore syntax

Count: Integer;

Fore.NET syntax

Count: integer;

Description

The Count property returns the number of languages available in the resource editor.

Comments

To get resource language, use the IResourceLocales.Item property.

See also:

IResourceLocales