IRdsDictionaryTranslations.FindByLocale

Syntax

FindByLocale(Locale: LocaleCodeID): IRdsDictionaryTranslation;

Parameters

Locale. Unique numeric language identifier.

Description

The FindByLocale method searches setting for the specified language in the collection.

Comments

If search is successful, the method returns setting for the language specified in the Locale parameter. If there is no setting for the specified language in the collection, the method returns Null.

Example

The property use is given in the example for IRdsDictionary.Translations.

See also:

IRdsDictionaryTranslations