ResourceManager.isResourceFileAttached

Syntax

isResourceFileAttached(resourceName: String);

Parameters

resourceName. String shown as res_<Locale name>.

Description

The isResourceFileAttached method checks if resource file for specified locale is attached.

Comments

If resource file for specified locale is 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