IResourceObject.Locales

Fore Syntax

Locales: IResourceLocales;

Fore.NET Syntax

Locales: Prognoz.Platform.Interop.ForeIO.IResourceLocales;

Description

The Locales property returns the collection of resource editor languages.

Comments

Originally, resources contain one language that is a default language. It is used to display values in default language for repository. To provide correct work, default languages in resources and repository must match.

Fore and Fore.NET Examples

The property use is given in the example for IResourceStrings.Value.

See also:

IResourceObject