@@ -25,7 +25,7 @@ If OpenHarmony devices and applications need to be used globally, they must meet
**Figure 1** Architecture of the globalization subsystem<aname="fig1416834516101"></a>
![](figures/轻鸿蒙-全球化子系统-系统架构3.png)
![](figures/全球化子系统-系统架构3.png)
- The resource kit provides the capability of loading built-in resource files for applications and other subsystems. Currently, this capability is not yet open to applications and is used only for other subsystems to obtain framework resources of applications.
- The i18n kit provides i18n APIs for applications and other subsystems to meet the requirements of users in different countries or regions on languages and cultures. Only the date/time, number, and singular-plural formatting capabilities are supported currently.
...
...
@@ -35,30 +35,30 @@ If OpenHarmony devices and applications need to be used globally, they must meet
```
/base/global/
├── i18n_lite # Code repository for the i18n framework
│ ├── frameworks # Core code of the i18n framework
│ │ ├── i18n # i18n module
│ │ │ ├── include # Header files
│ │ │ ├── src # Implementation code
│ │ │ └── test # Test cases
│ ├── interfaces # APIs of the i18n framework
│ │ ├── kits # Application APIs
│ │ │ ├── i18n # C/C++ i18n APIs
│ │ │ └── js # C/C++ support for JavaScript APIs
├── resmgr_lite # Code repository for the resource management framework
│ ├── frameworks # Core code of the resource management framework
│ │ ├── resmgr # Core code for resource parsing
│ │ │ ├── include # Header files
│ │ │ └── src # Implementation code
│ ├── interfaces # APIs of the resource management framework
│ │ └── innerkits # APIs of the resource management framework for other subsystems
├── cust_lite # Code repository for the customization framework
│ ├── frameworks # Core code of the customization framework
│ │ ├── cust_lite # Customization framework
│ │ │ ├── src # Implementation code
│ │ │ └── test # Test code
│ ├── interfaces # APIs of the customization framework
│ │ └── innerkits # APIs of the customization framework for other subsystems
├── i18n_lite # Code repository for the i18n framework
│ ├── frameworks # Core code of the i18n framework
│ │ ├── i18n # i18n module
│ │ │ ├── include # Header files
│ │ │ ├── src # Implementation code
│ │ │ └── test # Test cases
│ ├── interfaces # APIs of the i18n framework
│ │ ├── kits # Application APIs
│ │ │ ├── i18n # C/C++ i18n APIs
│ │ │ └── js # C/C++ support for JavaScript APIs
├── resmgr_lite # Code repository for the resource management framework
│ ├── frameworks # Core code of the resource management framework
│ │ ├── resmgr # Core code for resource parsing
│ │ │ ├── include # Header files
│ │ │ └── src # Implementation code
│ ├── interfaces # APIs of the resource management framework
│ │ └── innerkits # APIs of the resource management framework for other subsystems
├── cust_lite # Code repository for the customization framework
│ ├── frameworks # Core code of the customization framework
│ │ ├── cust_lite # Customization framework
│ │ │ ├── src # Implementation code
│ │ │ └── test # Test code
│ ├── interfaces # APIs of the customization framework
│ │ └── innerkits # APIs of the customization framework for other subsystems