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
Post a Comment