Having the following markup
<p>
No items found. Want to
<asp:LinkButton ID="LinkButton1" runat="server" OnCommand="LinkButton1_Command" Text="create" />
a new one?
</p>
how do i localize both the text and LinkButton.Text? I don't want to create two literals that frame the link. Is there a better way?