js
const systemInfo = uni.getSystemInfoSync();
console.log(systemInfo);
uni.showModal({
title: '宿主语言',
content: systemInfo.hostLanguage
})
const systemInfo = uni.getSystemInfoSync();
console.log(systemInfo);
uni.showModal({
title: '宿主语言',
content: systemInfo.hostLanguage
})