I was wondering if anyone knew of an efficient way of doing a reverse lookup of a RESX file to check if the ressource is present or not using it's value, not the ressource name as per normal process.
Just to be clear;
Ressource_Name="Hello world"
I want to check with "Hello world" exist and get the ressource name.
Member
1 Points
30 Posts
Reverse lookup of a RESX file
Jun 17, 2011 06:55 PM|Veritek|LINK
I was wondering if anyone knew of an efficient way of doing a reverse lookup of a RESX file to check if the ressource is present or not using it's value, not the ressource name as per normal process.
Just to be clear;
Ressource_Name="Hello world"
I want to check with "Hello world" exist and get the ressource name.
Thank you all! ^^
Contributor
6472 Points
1575 Posts
Re: Reverse lookup of a RESX file
Jun 20, 2011 02:31 AM|princeG|LINK
here is a sample where you can get the resource name
http://forums.asp.net/t/1166477.aspx/1
http://stackoverflow.com/questions/3904531/get-resource-id-from-value
Hope this will help you a lot
happy coding