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 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

I'm trying to get some values from Resource . But each time it gives
I have this function and it works fine to get a translated value from
Some places in my flex app, I use ResourceManager.getInstance().getString, and other places I use
There's a function: this.GetLocalResourceObject() as string That takes a key and returns a localized
We have a small wrapper class that uses ResourceManager to load string resources from
Currently I access my resource .resx file like this: ResourceManager manager = new ResourceManager(Resources.Messages,
Im struggling with gettings the values from the correct strings.txt in my resource files
So I have a ResourceManager that points to a resource file with a bunch
Is there any good tutorial on how to use ResourceManager in WPF binding ?
I have class and properties in there. Some properties can be marked attribute (it's

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.