So i have:
App_GlobalResources/MyApp.resx
with a Name/Value pair of "Email" = "Email Address"
In my application, is there a way to override this value? At some point in the application, I want to change the value of the Name/Value pair.
"Email" = "Email Address" ... becomes... "Email" = "Contact Email Address"
And have that referenced the same way, Resources.MyApp.Email.