The mx.resources package contains the classes used to support localization.
Interfaces
Interface | Description | |
---|---|---|
IResourceBundle | The IResourceBundle and IResourceManager interfaces work together to provide localization support for Flex applications. | |
IResourceManager | The APIs of the IResourceManager interface provide localization support for Flex applications. |
Classes
Class | Description | |
---|---|---|
Locale | The Locale class can be used to parse a locale String such as "en_US_MAC" into its three parts: a language code, a country code, and a variant. | |
ResourceBundle | Provides an implementation of the IResourceBundle interface. | |
ResourceManager | This class is used to get a single instance of the IResourceManager implementation. |
Thu Dec 6 2018, 01:47 PM -08:00