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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T08:28:46+00:00 2026-05-11T08:28:46+00:00

If you do ResourceManager.GetString(Key), you can get the value of an item in a

  • 0

If you do ResourceManager.GetString(Key), you can get the value of an item in a resource. Is there a way to do a reverse lookup to get the key from the resource given the value (essentially de-translate)?

  • 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-11T08:28:46+00:00Added an answer on May 11, 2026 at 8:28 am

    You should be able to get the ResourceSet and iterate over it’s values and return the key if they are equal. Just remember, you need to compare values, not references. Something along these lines (Not compiled and tested, but something similar)

      System.Resources.ResourceManager rm =       new System.Resources.ResourceManager('MyAssembly.MyResources',          System.Reflection.Assembly.GetExecutingAssembly());   System.Resources.ResourceSet rs =       rm.GetResourceSet(System.Globalization.CultureInfo.CurrentCulture,           false, false);   System.Collections.IDictionaryEnumerator ide = rs.GetEnumerator();   while(ide.MoveNext())   {       if (ide.Value == val)           return ide.Key;   } 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I have a ResourceManager that points to a resource file with a bunch
How do I get all th resources dynamically from my current assembly? I have
How do I loop into all the resources in the resourcemanager? Ie: foreach (string
I am trying to load a resx file in my .net website using: ResourceManager
I am trying to read a Resource file in VSTO Shared add-in using the
I have a ComboBox with a label function like this one: private function fieldLabelFunction(item:Object):String
How to read strings from the MyResource.resx file from c#. I am not calling
I have a .NET_4 Managed C++ ref class that I derive from a .NET_4
I understand that they are compile time, so they can't be generic, and must
I'm working a project to replace a Resource Management system (QuickTime Resource Manager 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.