User Guide

Locale (mx.lang.Locale) 407
Property summary
Properties inherited from class Object
Method summary
Methods inherited from class Object
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Modifiers Signature Description
static addDelayedInstance(instance:Object,
stringID:String)
Add the {instance, string ID}
pair into the internal array for
later use.
static addXMLPath(langCode:String, path:String) :
Void
Adds the {languageCode and
languagePath} pair into the
internal array for later use.
static checkXMLStatus() : Boolean Return true if the xml is loaded,
false otherwise.
static initialize() : Void Determine the language to use
and begin xml loading.
static loadLanguageXML(xmlLanguageCode:String,
customXmlCompleteCallback:Function) : Void
Load the specified language
xml file.
static loadString(id:String) : String Return the String value
associated with the given string
id in the current language.
static setDefaultLang(langCode:String) : Void Set the default language code.
static setLoadCallback(loadCallback:Function) Set the callback function that
will be called after the xml file is
loaded.
addProperty (Object.addProperty method), hasOwnProperty
(Object.hasOwnProperty method), isPropertyEnumerable
(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf
method), registerClass (Object.registerClass method), toString
(Object.toString method), unwatch (Object.unwatch method), valueOf
(Object.valueOf method), watch (Object.watch method)