ResourceManager.isResourceFilesAttached

Syntax

isResourceFilesAttached(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 isResourceFilesAttached method checks if resource files for specified locale are attached.

Comments

If resource files for specified locale are connected, the method returns <script> element that contains a link to all added resource files as a single string. Otherwise this method returns null.

Example

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

See also:

ResourceManager