Actually, I am doing some labeling. One of my combo box with item[3sec, 5sec, 10sec, 30sec ...] I would like to add a resource key (s, sec) and use it like
Text="3<%$ Resources: myResource, s%>" to get comboBoxItem 3sec,
Text="5<%$ Resources: myResource, s%>" to get comboBoxItem 5sec ...
But I find that the server will treat this as plain text.
I must define each item in seperated resource key pair? please advise.