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

  • Home
  • SEARCH
  • 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 174395
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T13:30:51+00:00 2026-05-11T13:30:51+00:00

I have a .resx file which contains some string resources for my project. At

  • 0

I have a .resx file which contains some string resources for my project. At runtime, I’d like to read all of the resources defined in this file and store them in a container. The reason isn’t important.

I’ve read about the ResourceReader class, which operates on binary .resource files. My impression is that the .resx is converted to binary format on build and embedded in the assembly. Is this true, or do I need to manually generate it with resgen? If I do need to generate it manually, how do I add it to my VS project, embed it in the assembly, and access it at runtime?

In short, how can I access the resources defined in a .resx at runtime using a ResourceReader?

  • 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. 2026-05-11T13:30:52+00:00Added an answer on May 11, 2026 at 1:30 pm

    You can use ResourceReader.GetEnumerator() to get an enumerator to your resources.

    If you’re tryign to read .resx files directly, you may want to consider using ResXResourceReader instead of ResourceReader.

    If you’re trying to read from compiled in .resources (resx -> resources), you’ll need to modify the name appropriately. Say you name you .resX file ‘MyRes.resx’, you’ll want to use:

    var resManager = new ResourceManager('MyRes.resources'); 

    If the resx file is in a satellite assembly, though, it’ll add the project name, ie: ('MyProject.MyRes.resources');

    If you’re using localization, you’ll need that, too: ('MyProject.MyRes.en-GB.resources');

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

Sidebar

Ask A Question

Stats

  • Questions 75k
  • Answers 75k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer The following solved it for me: In the window that… May 11, 2026 at 2:43 pm
  • added an answer A const will be faster but that limits our deployment… May 11, 2026 at 2:43 pm
  • added an answer Programs themselves can't throw 'exceptions', but they can return nonzero… May 11, 2026 at 2:43 pm

Related Questions

I have an application on which I am implementing localization. I now need to
I have a XBAP application with the following user control: <UserControl x:Class=XXX.UsersGrid xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml
I have a c# site which makes use of a lot of images with
I created a pretty fancy winforms app for my company. We had a graphic

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.