19 lines
443 B
XML
19 lines
443 B
XML
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"css": "clickable",
|
|
"otext": "中",
|
|
"tip": "切换语言",
|
|
"i18n": false
|
|
},
|
|
"binds": [
|
|
{
|
|
"wid": "self",
|
|
"event": "app.lang",
|
|
"actiontype": "script",
|
|
"target": "self",
|
|
"script": "var L={'zh':'中','en':'EN','jp':'日','ko':'韩'};this.set_otext(L[bricks.app.lang]||'中')"
|
|
}
|
|
]
|
|
}
|