# getLanguageString

获取当前语言字符串

# 接口调用示例

this.$bridge.getLanguageString().then(res => {
    console.log(res)
})
1
2
3