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 5844935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:21:49+00:00 2026-05-22T12:21:49+00:00

I have a base form with several controls including 1 label. This form is

  • 0

I have a base form with several controls including 1 label. This form is localized in several languages.

I have another form which is inherited from the base one. I’d like to have another localization strings for that label, but I can’t change label text, all properties are disabled even in case of public modifiers..

Can anyone tell me how to apply another texts for that label using the designer?

Thanks in advance..

  • 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-05-22T12:21:50+00:00Added an answer on May 22, 2026 at 12:21 pm

    As far is i know that’s not possible using just the designer. (Would be cool if someone proved me wrong tough). But you can always do it manually using code.

    First you’d set the modifier of the label to protected or public so you can access it from your inherited control.

    Next you open the resx file in designer mode and add a string to it using an alias that you get to choose.

    Finally you can manually create a resource manager for the form and use it to set the text for the label

    ComponentResourceManager resources = new ComponentResourceManager(typeof(Form2));
    label1.Text = resources.GetString("<alias for the control>");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using C#.Net and have a base form that is inherited by several forms.
I have a .NET UserControl (FFX 3.5). This control contains several child Controls -
I have a form which is like: class Address_info_updateForm(forms.Form): street = forms.CharField(label=_(Street), required=True) street2
I have a base form. I place Ok and Cancel buttons on the bottom
I have a base class object array into which I have typecasted many different
I have a base URL : http://my.server.com/folder/directory/sample And a relative one : ../../other/path How
I have a base class with a property which (the get method) I want
I have a base class in which I want to specify the methods a
I have an ASP.NET web form that has a container usercontrol that hosts several
I have a Bike model and a Component model. Several models inherit from Component

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.