Loading...
 
Multi-Language Add-In for Visual Studio

Multi-Language Add-In for Visual Studio


Aw: Ignoring specific tags in ASP.NET?

For me this fix might be a problem.

Example
<asp:CheckBox ID="IsLogarithmicCheckBox" runat="server" Checked=''
ToolTip="Geben Sie hier an ob die Achse eine logarithmische Skala verwenden soll."/>

I can't figure out how to localize the ToolTip because ML want let me select the ToolTip.

OOPs, the bindingpart disappeared, it should be:
<asp:CheckBox ID="IsLogarithmicCheckBox" runat="server" Checked='<%# Bind("IsLogarithmic") %>'
ToolTip="Geben Sie hier an ob die Achse eine logarithmische Skala verwenden soll." />


Page: 1/3  [Next]
1  2  3