You are designing a localized ASP.NET application to support multiple cultures.
You need to ensure that the application can be displayed in several languages.
How should you implement this feature?
A.
Use a resource (.resx) file.
B.
Include language-specific content in the assembly manifest.
C.
Use Systems.Collections.Generics.Dictionary to store alternative translations.
D.
Ensure that all strings aremarked internal.