visual studio 2010 - Solution-wide update to interface text? -


i have large solution called product1 , word "product1" scattered on interface (anything visible user such popups, button text, menu items, etc) , within strings in code. need change "product1" "product2". how can accomplish this? need update strings in code contain "product1" "product2". because string maybe used display text, example:

string s = "product1 cool";  txtlogo.text = s; 

i tried doing find on whole solution, finds don't want. example, have controls have prefix of product1 , don't care updating these. cause app break.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -