You are designing an ASP.NET Web application for content management.
You have the following requirements:
Support multiple languages.
Support dynamic changes to site content.
Provide the ability to add content to the site without making changes to files within the application directory.
You need to recommend the applications source for retrieving content.
Which source should you recommend?
A.
a database based on CurrentUICulture
B.
a master page based on CurrentUICulture
C.
local resources based on CurrentCulture
D.
global resources based on CurrentCulture