Packagevegas.i18n
Classpublic dynamic class Locale
InheritanceLocale Inheritance Config Inheritance Object

The dynamic Locale reference to register all external locale properties with a Lang object.



Public Properties
 PropertyDefined By
 InheritedthrowError : Boolean
Indicates if the class throws errors or return null when an error is throwing.
Config
Public Methods
 MethodDefined By
  
Locale(init:Object)
Creates a new Locale instance.
Locale
 Inherited
get(id:String):*
Apply the current Config object over the specified object.
Config
 Inherited
[static] Returns the singleton reference of this class.
Config
 Inherited
init(o:Object, id:String, callback:Function = null):void
Apply the current Config object over the specified object.
Config
 Inherited
map(config:Object):void
Copy all enumerable properties in the specified passed-in object in the Config object.
Config
Constructor Detail
Locale()Constructor
public function Locale(init:Object)

Creates a new Locale instance.

Parameters
init:Object — A generic object containing properties with which to populate the newly instance. If this argument is null, it is ignored.