Localize control

J

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.
 
T

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top