You are an enterprise application developer. You are creating a multilingual ASP.NET application. The development plan of the application specifies that the English version of the application must be released first, followed by the localized versions. You need to use a deployment mechanism for localization. You also need to ensure that the deployment mechanism requires the minimum amount of development and configuration efforts.
What should you do?
A.
Use language-separated sites.
B.
Use language-separated pages.
C.
Release resource files along with the culture-specific file names.
D.
Retrieve language-specific resources from a Microsoft SQL Server database.