Home All Groups Group Topic Archive Search About
Author
28 Dec 2005 5:07 AM
Johndoe
Hi,

Any good info about the Localize class from System.Web.UI.WebControls? I
just noticed that new control in ASP.NET 2.0. It seems to just inherit from
Literal, and has no accessible properties in VS2005 designer (except for the
ID).

Thanks.

Author
1 Jan 2006 6:37 PM
Teemu Keiski
Hi,

I grabbed this from documentation:
http://msdn2.microsoft.com/System.Web.UI.WebControls.Localize.aspx

(BTW: Note the URL, that shortcut syntax works for any class whose full name
you know, should be easy to locate the docs)

Use the Localize control to reserve a location on a Web page in which to
display localized text. The Localize control inherits from the Literal
control and is identical to it in every way. The Localize control is used at
design time to distinguish static text that can be localized from other
static text. Although the Label control allows you to apply a style to the
displayed text, the Localize control does not. You can programmatically
manage the text displayed in the control by setting the Literal.Text
property, inherited from the Literal control.
--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke

Show quoteHide quote
"Johndoe" <john***@johndoe.com> wrote in message
news:uOm7vy2CGHA.3708@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> Any good info about the Localize class from System.Web.UI.WebControls? I
> just noticed that new control in ASP.NET 2.0. It seems to just inherit
> from Literal, and has no accessible properties in VS2005 designer (except
> for the ID).
>
> Thanks.
>