Trying to localize text in ASP.NET labels... want to add a ':' after the localized text. I could just add the ':' to the localized text in the resource file, but that seems silly... there should be an easy way to do this.
<asp:Label id="RoleTypeLabel" runat="server" Text='<%$ Resources: GS3, RoleTypeLabel %>:' AssociatedControlID="RoleTypeDropDown"></asp:Label>
I've always put the colon outside the label.
<asp:Label ID="RoleTypeLabel" runat="server" Text="<%$ Resources: GS3,
RoleTypeLabel %> />: