IResourceLocale.IsDefault

Syntax

IsDefault: Boolean;

Description

The IsDefault property determines whether the current language is a default resource language.

Comments

Available values:

Default resource language is a language that is used to display values in default language for repository. To provide correct work, default languages in resources and repository must match.

After resources are created, they contain only the language set as default for the current default repository. If default language is not set for the repository, resources will contain language corresponding to the platform interface language. This language is a default language for resources.

Example

The property use is given in the example for IResourceLocales.CurrentLocale.

See also:

IResourceLocale