I got the task to localize the site and save all string values in an XML file. The reason is to allow sys. admin to change the localized values yourself by editing the XML file.
Should I read the contents of the XML file and store it in memory when the application starts? I guess there is best practice for such a scenario. Any help would be greatly appreciated!
Thank!
source
share