Localize

You can add a Localize control to your ASP.NET web page when you want to display localized text in a specific area on your page. The Localize control is identical to the Literal control and similar to the Label control. You can programmatically control the text that is displayed in the Localize control by setting the Text property in your server code.

To add a Localize control to a page

  • Drag the Localize control from the Toolbox panel to your page.

For information about localizing text using resource strings and the Localize control, see Localize Web Server Control Overview Cc294998.xtlink_newWindow(en-us,Expression.40).png in the MSDN library.

See also

Concepts

Literal
Label

Send feedback about this topic to Microsoft. © 2011 Microsoft Corporation. All rights reserved.