IResourceLocales.FindByKey

Syntax

FindByKey(Key: Integer): IResourceLocale;

Parameters

Key. Searched language key.

Description

The FindByKey method searches for resource language by the specified key.

Comments

To specify language key, use values of the LocaleCodeID enumeration.

Example

The method use is given in the example for IResourceLocales.Add.

See also:

IResourceLocales