Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to do a find in a Resource file?

I am wondering say I have this string "Hi my name is chobo2" and I want to find all the files that have this string. Normally I would do ctrl + f in VS 2010 and do a find.

How do I find this string if it is in a resource file? Right now I have a string in a solution that has many projects. I know the project has at least one resource file but I cannot find the string I am looking for. I might have missed it as the file seems to have many string in it.

Is there any easy way to locate this string value in the resource file? This way I can find the "resource name" and thus find where the string is used in the project.

Edit

Just a side note

I opened up the resource file and tried to do a ctrl + f on it(search by current document) but it only searches on the "name" column not the "value" column

like image 711
chobo2 Avatar asked Nov 04 '11 21:11

chobo2


1 Answers

enter image description here

I think this will explain all you need to find the string. ****Cheers**** to vs2010

like image 165
Jsinh Avatar answered Oct 23 '22 10:10

Jsinh