tabBar是在app.josn中设置的,但是现在我打算加入多语言功能,希望tabBar中的text可以根据多语言设置自动切换为对应的语言文字。
目前的设置如下,想请教下text的属性如何可以动态的设置
"tabBar": {
"color": "#a9b7b7",
"selectedColor": "#09bb07",
"backgroundColor": "#FFFFFF",
"borderStyle": "#FFFFFF",
"list": [
{
"selectedIconPath": "images/tabbar-11.png",
"iconPath": "images/tabbar-12.png",
"pagePath": "pages/index/index",
"text": "主页"
},
{
"selectedIconPath": "images/tabbar-31.png",
"iconPath": "images/tabbar-32.png",
"pagePath": "pages/my/my",
"text": "我的"
}
]
}
你好,这个问题你解决了吗