| Package | org.springextensions.actionscript.localization |
| SVN browsing | ResourceBundleInfo.as |
| Fisheye | ResourceBundleInfo.as |
| Class | public class ResourceBundleInfo |
| Property | Defined by | ||
|---|---|---|---|
| locale : String [read-only]
The locale of the resource bundle
| ResourceBundleInfo | ||
| name : String [read-only]
The name of the resource bundle.
| ResourceBundleInfo | ||
| url : String [read-only]
The location of the external resource bundle.
| ResourceBundleInfo | ||
| Method | Defined by | ||
|---|---|---|---|
|
ResourceBundleInfo(url:String, name:String, locale:String)
Creates a new ResourceBundleInfo object.
| ResourceBundleInfo | ||
| locale | property |
locale:String [read-only]The locale of the resource bundle
Implementation public function get locale():String
| name | property |
name:String [read-only]The name of the resource bundle.
Implementation public function get name():String
| url | property |
url:String [read-only]The location of the external resource bundle.
Implementation public function get url():String
| ResourceBundleInfo | () | constructor |
public function ResourceBundleInfo(url:String, name:String, locale:String)Creates a new ResourceBundleInfo object.
Parametersurl:String — the location of the resource bundle properties file
|
|
name:String — the name of the resource bundle
|
|
locale:String — the locale
|