mx.resources 패키지에는 지역화를 지원하는 데 사용되는 클래스가 들어 있습니다.
인터페이스
| 인터페이스 | 설명 | |
|---|---|---|
| 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. |
클래스
| 클래스 | 설명 | |
|---|---|---|
| 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. |
Tue Jun 12 2018, 03:32 PM Z