I’d like to externalize all of the strings used in the project into one file and be able to use it inside aspx, C# code behind and on the client side in JavaScript.
The reason I want to do it is because many strings are shared, i.e. the same in two places.
Is it possible? Is there a better way?
JSON is a good fit – a similar question: How do you share configuration information or business rules between languages