Skip to content

Commit

Permalink
fix(App): picker button text question/131204
Browse files Browse the repository at this point in the history
  • Loading branch information
zhetengbiji committed Sep 22, 2021
1 parent 5f9e753 commit 4a39e7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/helpers/i18n/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ if (__PLATFORM__ === 'h5') {
} else if (__PLATFORM__ === 'app-plus') {
if (typeof weex === 'object') {
locale = weex.requireModule('plus').getLanguage()
} else {
locale = ''
}
} else {
locale = __GLOBAL__.getSystemInfoSync().language
Expand Down

0 comments on commit 4a39e7c

Please sign in to comment.