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 are marked internal.
Same as Q.107 http://www.aiotestking.com/microsoft/how-should-you-implement-this-feature/