I have a localised ASP.net application (.net 2.0). I wish to concatenate 2 strings retrieved from the resource file together into one element, something like this.
This Might Be of Help
<%= "before Message String- "+ Resources.MyResources.Message +" -After Message String " %>
Note the concatenation is not on the Text attribute but between the label element Full post can be found here