Localize the system message text.
Obj.dbLocalText = "Num=Text | Num=Text |..... repeat"
| Keyword | Description |
|---|---|
| Num | Message number |
| Text | Customized message text |
See Special Topics - Local Text for more details in Partial and Full replacement.
<script language="VB" runat="server">
Sub Page_Load(Src As Object, E As EventArgs)
Dim E4 As New Tornado.Z()
With E4
.dbUnit="123"
.dbSkin= 1
.dbMode = "Grid"
.dbDSN = "nwind"
.dbSQL = "Select * From employees"
.dbDebug = "fields"
.dbLocaltext = "0=Big Trouble|1=Debug in my Language"
.dbTextHolder = "Title=Local Text Partial Replacement"
.ASPdbNet
End with
End Sub
</script>
z Class | Tornado Namespace | Special Topic - Local Text