Packagemx.resources
Classpublic class ResourceManager

This class is used to get a single instance of the IResourceManager implementation. The IResourceManager and IResourceBundle interfaces work together to provide internationalization support for Flex applications.

A single instance of an IResourceManager implementation manages all localized resources for a Flex application.

See also

mx.resources.IResourceManager
mx.resources.IResourceBundle


Public Methods
 MethodDefined by
  
Constructor.
ResourceManager
  
[static] Gets the single instance of the ResourceManager class.
ResourceManager
Constructor detail
ResourceManager()constructor
public function ResourceManager()

Constructor.

Method detail
getInstance()method
public static function getInstance():IResourceManager

Gets the single instance of the ResourceManager class. This object manages all localized resources for a Flex application.

Returns
IResourceManager — An object implementing IResourceManager.