IResourceLocales.FindByKey

Fore Syntax

FindByKey(Key: Integer): IResourceLocale;

Fore.NET Syntax

FindByKey(Key: uinteger): Prognoz.Platform.Interop.ForeIO.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.

Fore and Fore.NET Examples

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

See also:

IResourceLocales