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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T06:58:59+00:00 2026-05-12T06:58:59+00:00

I have managed to localize the view pages in my application but there are

  • 0

I have managed to localize the view pages in my application but there are master pages which contain some strings.

It appears that the string contained in master pages has to be added in resource file of each page. this seems horrible. How can I elegantly localize the strings in master pages?

  • 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-12T06:58:59+00:00Added an answer on May 12, 2026 at 6:58 am

    If you don’t want to mess with the access modifier, you could make a helper to simplify the code you have to write in order to access the resource file, something like:

    public static class LocalizationHelper
    {
        public static string Localize(this HtmlHelper helper, string key)
        {
            var resourceObject = helper.ViewContext.HttpContext.GetGlobalResourceObject("NameOfResourceFileClass", key);
            if (resourceObject == null)
            {
                // i don't recommend throwing the Exception class, I'd define my own Exception type here
                throw new Exception(String.Format("Resource key '{1}' could not be found in Resource class '{0}'","NameOfResourceFileClass", key));
            }
    
            return resourceObject.ToString();
        }
    }
    

    Then in your .master…

    <%= Html.Localize("NameOfResourceKey") %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have managed to create an android application to record videos but the problem
I have managed to implement a very basic PDF viewer within my application, but
I have managed to extract the filename and the extension and passed that to
I have managed to create a custom action in C# using MakeSfxCA which is
I have managed to run hadoop examples grep, wordcount... however I am finding some
I have managed objects that have image properties. Since storing large blobs in CoreData
I have managed to serialize a class that inherits from a base class to
I have managed to call python functions from jinja2 by using custom filters, but
I have managed to successfully write a service that downloads data from an RSS
I have managed to build an index in Solr which I can search on

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.