What's the best way to get localized text in a tooltip?
<s:select list="countries"
listKey="key"
listValue="value.countryName"
multiple="true"
required="true"
value="%{myCountry}"
theme="simple"
tooltip="loclaized.tooltip.here"
/>
Cheers.

