提交 cfef6d28 编写于 作者: Z zhangdd_ewan

改引用名I18n

Signed-off-by: Nzhangdd_ewan <zhangdongdong50@huawei.com>
上级 261134dd
......@@ -2339,7 +2339,7 @@ static getTimeZoneCityItemArray(): Array&lt;TimeZoneCityItem&gt;
**示例:**
```js
try {
let timeZoneCityItemArray = i18n.SystemLocaleManager.getTimeZoneCityItemArray();
let timeZoneCityItemArray = I18n.SystemLocaleManager.getTimeZoneCityItemArray();
for (var i = 0; i < timeZoneCityItemArray.length; i++) {
console.log(timeZoneCityItemArray[i].zoneId + ", " + timeZoneCityItemArray[i].cityId + ", " + timeZoneCityItemArray[i].cityDisplayName +
", " + timeZoneCityItemArray[i].offset + "\r\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册