Hi,
I need the ability to specify different branding titles for select pages in my application when I build the application for one company vs another. In the code I want to refer to a static string that represents the value I want for the title, but the value of that string would differ depending on which company I built the application for.
What is the best way to accomplish this?