G
gd52
I have a line similar to:
<ucc:TestControl InjectThisText="some text" />
I have marked the ASCX class as [Localizable(true)] and also InjectThisText.
I want "some text" to be localized the same way as an <asp:localize>
statement would.
Is this possible?
<ucc:TestControl InjectThisText="some text" />
I have marked the ASCX class as [Localizable(true)] and also InjectThisText.
I want "some text" to be localized the same way as an <asp:localize>
statement would.
Is this possible?