User Guide
408 ActionScript classes
addDelayedInstance (Locale.addDelayedInstance
method)
public static addDelayedInstance(instance:Object, stringID:String)
Add the {instance, string ID} pair into the internal array for later use. This is primarily used
by Flash when the strings replacement method is "automatically at runtime".
Availability: ActionScript 2.0; Flash Lite 2.0
Parameters
instance:Object -
stringID:String -
addXMLPath (Locale.addXMLPath method)
public static addXMLPath(langCode:String, path:String) : Void
Adds the {languageCode and languagePath} pair into the internal array for later use. This is
primarily used by Flash when the strings replacement method is "automatically at runtime" or
"via ActionScript at runtime".
Availability: ActionScript 2.0; Flash Lite 2.0
Parameters
langCode:String - The language code.
path:String - The XML path to add.
checkXMLStatus (Locale.checkXMLStatus method)
public static checkXMLStatus() : Boolean
Return true if the xml is loaded, false otherwise.
Availability: ActionScript 2.0; Flash Lite 2.0
Returns
Boolean - Returns true if the XML is loaded; false otherwise.