IResourceLocales.FindById

Syntax

FindById(Id: String): IResourceLocale;

Parameters

Id. Language identifier.

Description

The FindById method searches for resource language by the specified identifier.

Comments

As a value of the Id parameter specify 2-letter language code according to the ISO 639-1 standard. This value can be obtained by using the TwoLetterISOLanguageName property.

If a language with the specified identifier is not found, the method returns Null.

See also:

IResourceLocales