I have large web app where until now, all of the text strings have been stored in a .resx file in the App_GlobalResources directory. I accessed the values in my aspx pages using the following syntax:
<cx:Button runat="server" id="Search" Text Go to the complete details ...