ResourceManager.attachResourceFiles

Syntax

attachResourceFiles(cultureInfo: PP.CultureInfo);

Parameters

cultureInfo. Language and regional parameters. This parameter is optional, by default the current language and parameters obtained with the PP.getCurrentCulture method are used.

Description

The attachResourceFiles method initializes resource file loading.

Example

The example of method use is given in the with description of the ResourceManager.RootResourcesFolder property.

See also:

ResourceManager