How can I combine two REST service response values in one label?
I have a rest service that returns two values: year and month. I would like to combine those two in one label, so that the label text lookes like "January, 2012".
Is it possible to combine two values or do I have to create two labels to achieve this? If so, how can I make the width of the labels "auto"? If I try this, I keep ending up with the two values on two seperate lines.