dealy14 / ComplianceFactors.Website

This repository contains all source code for the ComplianceFactors SaaS web application.
0 stars 1 forks source link

Non-standard Globalization and Localization Scheme #44

Open ryanammons opened 10 years ago

ryanammons commented 10 years ago

The UI text/label/drop-down values system that Murali created is essentially a re-invention of features already built into ASP.NET (see http://msdn.microsoft.com/en-us/library/c6zyy3s9(v=vs.100).aspx).

For a future version/release of this system, it may be advantageous to replace the resource text system devised by Murali (which heavily couples values to specific pages) with a standards-based system using XML resource files. These files could still be edited via the web interface.

I thought it prudent to raise this issue in contemplation of future development efforts.