Method summary
Modifiers
Signature
static
addDelayedInstance(i
nstance:Object,
stringID:String) :
Void
static
addXMLPath(langCode:
String, path:String)
: Void
static
checkXMLStatus() :
Boolean
static
getDefaultLang() :
String
static
initialize() : Void
static
loadLanguageXML(xmlL
anguageCode:String,
customXmlCompleteCal
lback:Function) :
Void
static
loadString(id:String
) : String
static
loadStringEx(stringI
D:String,
languageCode:String)
: String
static
setDefaultLang(langC
ode:String) : Void
static
setLoadCallback(load
Callback:Function) :
Void
static
setString(stringID:S
tring,
languageCode:String,
stringValue:String)
: Void
Description
Adds the {instance, string ID} pair into the internal
array for later use.
Adds the {languageCode and languagePath} pair into
the internal array for later use.
Returns true if the XML file is loaded; false
otherwise.
The default language code as set in the Strings panel
dialog box or by calling the setDefaultLang()
method.
Automatically determines the language to use and
loads the XML language file.
Loads the specified XML language file.
Returns the string value associated with the given
string ID in the current language.
Returns the string value associated with the given
string ID and language code.
Sets the default language code.
Sets the callback function that is called after the XML
file is loaded.
Sets the new string value of a given string ID and
language code.
Locale (mx.lang.Locale)
731
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?