Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8368809
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T13:28:36+00:00 2026-06-09T13:28:36+00:00

I was just reading about the difference between the Literal control and the Localize

  • 0

I was just reading about the difference between the Literal control and the Localize

I know this question was already asked here but the response proposed there does not work in my case.

According to MSDN:

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.

My current understanding between the Localize and Literal controls is that the former renders a default value at design time in Visual Studio while the latter will render a calculated value instead, for example the content of a resource file.

I created a small page to prove this and I cannot find any difference this is why I have tried:

    <div><asp:Localize ID="Localize1" Text="<%$Resources: Resource, String1 %>" runat="server" >String1</asp:Localize></div>
    <div><asp:Literal ID="Literal1" Text="<%$Resources: Resource, String1 %>" runat="server" >String1</asp:Literal></div>
    <div><asp:Label ID="Label1" Text="<%$Resources: Resource, String1 %>" runat="server" >String1</asp:Label></div>

The above code renders as follows:

    <div>ploop</div>
    <div>ploop</div>
    <div><span id="Label1">ploop</span></div>

So far so good, but I was hoping to spot a difference in Visual Studio at design time but I didn’t, this is the Visual Studio output

enter image description here

As an additional note, I know that when working with resources I could use implicit resources (when working with local resources), to use a default value at design time. Example:

    <asp:Label ID="Label1" runat="server" meta:resourcekey="Label1Resource1" 
        Text="Label"></asp:Label>

Using the above code I get the text Label rendered at design time in Visual Studio as expected.

So what’s the difference between the Literal and the Localize controls?, What am I missing?

Note: I tested using a Website and a Web application

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T13:28:38+00:00Added an answer on June 9, 2026 at 1:28 pm

    As you quoted, they are identical in every way.

    The only difference is that one is a Localize. That’s it. That would enable other classes to treat the Literal differently, if they wanted to. But again: they are identical.

    It’s essentially just a marker class.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Reading this question , in the first comment, @Cody Gray says: Erm, you know
First, I know this question has been asked several times before and that in
I was reading this question to find out the differences between the Java Virtual
Was just reading about different algos disassemblers use to identify binary as assembly instructions.
I'm just reading about OutputCache , and I see how you can apply VaryByParam
I was just reading about Magento , a free framework for easily creating an
I just finished reading about scoping in the R intro , and am very
I just starting reading about SEO and realized that I should change my GET
I was just reading abit about JMS and Apache ActiveMQ. And was wondering what
I've just been reading about MSDeploy, the new website deployment tool from Microsoft. I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.