@@ -220,7 +220,7 @@ An API can be called to implement measurement conversion.
...
@@ -220,7 +220,7 @@ An API can be called to implement measurement conversion.
### Available APIs
### Available APIs
| Module | API | Description |
| Module | API | Description |
| -------- | -------- | -------- |
| -------- | -------- | -------- |
| ohos.i18n | unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string<sup>8+</sup> | Converts one measurement unit (**fromUnit**) into another (**toUnit**) and formats the unit based on the specified locale and style. |
| ohos.i18n | unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string<sup>8+</sup> | Converts one measurement unit (**fromUnit**) into another (**toUnit**) and formats the unit based on the specified locale and style. |