I’m challenging to overwrite labels of tabBar added with multiPage programatically, because of multi-language support of app.
I tried snipet-like command shown below , for example.
$(‘#m1-Appname-multiPage1-TabBar’).attr(‘Label’,[‘+A B C D E+’]);
But, it does’nt work.
Is there any answer for this issue?
Please teach me for that.
Thanks in advance,
Ueda