Main Page | Packages | Class Tree | Index | Help

mx.lang

class Locale

Object
  |
  +--mx.lang.Locale


class Locale
extends Object

Copyright (C) 2003 Macromedia, Inc.

All Rights Reserved. The following is Sample Code and is subject to all restrictions on such code as contained in the End User License Agreement accompanying this product.



Fields inherited from class Object

__proto__, constructor, prototype

Method Summary

static
addDelayedInstance ( instance: Object, stringID: String )


static
addXMLPath ( langCode: String, path: String ): Void


static
checkDelayArray ( ): Boolean


static
checkXMLStatus ( ): Boolean


static
initialize ( ): Void
call this after all the xml paths have been added

static
loadString ( id: String ): String
return the string value associated with the given id

static
setDefaultLang ( langCode: String ): Void


static
setFlaName ( name: String ): Void
public methods

static
setLoadCallback ( loadCallback: Function )


Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Method Documentation

addDelayedInstance

static function addDelayedInstance(instance: Object,
 stringID: String)

addXMLPath

static function addXMLPath(langCode: String,
 path: String): Void

checkDelayArray

static function checkDelayArray(): Boolean

checkXMLStatus

static function checkXMLStatus(): Boolean

initialize

static function initialize(): Void
call this after all the xml paths have been added

loadString

static function loadString(id: String): String
return the string value associated with the given id

setDefaultLang

static function setDefaultLang(langCode: String): Void

setFlaName

static function setFlaName(name: String): Void
public methods

setLoadCallback

static function setLoadCallback(loadCallback: Function)

The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc