Home / ASP.NET Wiki / HTML / Web Controls / Localize

Localize

 Rate It (0)

The Localize Control lets you localize any element on an .aspx page. It provides a design time feature not offered by its base class, the Literal control; in particular, the Localize control provides design time editing of static content so you can see a default value while working in page design mode.

You can programmatically manage the text displayed in the control by setting the Text property, inherited from the Literal control.

 For more information and example on how to use that control, follow the following MSDN reference:

Localize Class

 

Revision number 1, Thursday, March 06, 2008 11:36:25 AM by anas

Comments

"The Localize Control lets you localize any element on an .aspx page. " In my opinion "any" is strong word. Or "element" is. You can localize text, because localize control only displays text. If you could somehow change other controls (other controls are also elements) with localize then it would be true. Maybe I am wrong. Just wanted to help, anyway. Regards

How can I localize my images and other data elements which are not text????

I do not really understand the usefulness of this control.

valentin.ivan: It is rather helpful when you have localizable text in a non-server-side control or text directly embedded in HTML. Simply add the text to a Localize control and it works it's magic. ;-)

Shortcuts

Table of Contents

Top Wiki Contributors

(last 30 days)

  1. abiruban (1)