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
You must Login to comment.
|
Tue, Aug 5, 2008 4:25 PM
by qzwxecrv
|
"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
|
|
Wed, Dec 17, 2008 5:55 AM
by sirdneo
|
How can I localize my images and other data elements which are not text????
|
|
Fri, Jun 15, 2012 5:19 AM
by valentin.ivan
|
I do not really understand the usefulness of this control.
|
|
Fri, Dec 28, 2012 1:27 PM
by integrasol
|
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. ;-)
|