Packageorg.springextensions.actionscript.localization
SVN browsingResourceBundleLoader.as
FisheyeResourceBundleLoader.as
Classpublic class ResourceBundleLoader
InheritanceResourceBundleLoader Inheritance flash.events.EventDispatcher

Use a ResourceBundleLoader to load an external resource bundle defined as a properties file.

When the resource bundle properties are loaded, a new ResourceBundle is created and registered with the ResourceManager.



Public Methods
 MethodDefined by
  
ResourceBundleLoader(url:String, name:String, locale:String)
Creates a new ResourceBundleLoader object.
ResourceBundleLoader
  
load():void
Loads the external resource bundle and registers a new ResourceBundle in the ResourceManager.
ResourceBundleLoader
Constructor detail
ResourceBundleLoader()constructor
public function ResourceBundleLoader(url:String, name:String, locale:String)

Creates a new ResourceBundleLoader object.

Parameters
url:String — the location of the resource bundle to load
 
name:String — the name of the resource bundle
 
locale:String — the locale of the resource bundle
Method detail
load()method
public function load():void

Loads the external resource bundle and registers a new ResourceBundle in the ResourceManager.