diff --git a/docs/api/ui/locale.md b/docs/api/ui/locale.md index 3026a18736c17c63760bda96a50c8b762b86fe0b..9a05648ec69ea977d52b5e9a8f10219e8c1d9175 100644 --- a/docs/api/ui/locale.md +++ b/docs/api/ui/locale.md @@ -8,7 +8,7 @@ |:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |3.2.5+|3.2.5+|x|x|x|x|x|x|x|x| -如果当前应用设置过语言,会获取到之前设置的语言,未设置会根据系统语言自动选择。 +如果当前应用设置过语言,会获取到之前设置的语言,未设置时会返回根据系统语言类型自动选择的语言。 ### uni.setLocale(locale) @@ -20,7 +20,7 @@ |:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |3.2.5+|3.2.5+|x|x|x|x|x|x|x|x| -设置为框架未内置的语言类型时,将使用英文。 +仅可设置为框架内置的语言类型。 **参数说明**