IResourceLocale.Strings

Fore syntax

Strings: IResourceStrings;

Fore.NET syntax

Strings: Prognoz.Platform.Interop.ForeIO.IResourceStrings;

Description

The Strings property returns collection of strings of the resource editor for the set language.

Comments

To get collection of images for the set language, use the IResourceLocale.Binaries property.

Fore and Fore.NET examples

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

See also:

IResourceLocale