I reference this question
Single key works.
<Label text="%key2"/>
But now I want to add multiple keys as value of attribute. Is there any way to concat keys?
I also tried with %key1
, like:
<Label text="%key1%key2"/>
<!-- OR -->
<Label text="%key1,%key2"/>
but it does not work. How to do that?