I would like to concatenate string with TAPi18n
let msg = TAPi18n.__(.......) + " My String"; alert(msg);
Please help me.