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 application s 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
Explanation:
to allow last one option only database need to use