J
Jonas
Hi!
I'm using the Localization Toolkit from Microsoft to localize my ASP.NET
app. It works fine for controls derived from System.Web.UI.WebControls, like
asp:label, asp:textbox and so on. But when I try to use it with controls
derived from System.Web.UI.HtmlControls it doesn't work anymore. In the
documentation it says that all controls derived from the two above mentioned
classes should work.
I want to localize the contents of a td-tag, like this:
<td Key="localizeKey">Localize This Text</td>
Brgds
Jonas
I'm using the Localization Toolkit from Microsoft to localize my ASP.NET
app. It works fine for controls derived from System.Web.UI.WebControls, like
asp:label, asp:textbox and so on. But when I try to use it with controls
derived from System.Web.UI.HtmlControls it doesn't work anymore. In the
documentation it says that all controls derived from the two above mentioned
classes should work.
I want to localize the contents of a td-tag, like this:
<td Key="localizeKey">Localize This Text</td>
Brgds
Jonas