You are designing an ASP.NET Web application. You need to ensure that users can display
the content of the application in a language that they select. Which two approaches should
you recommend? (Each correct answer presents part of the solution. Choose two.)
A.
Use CurrentUlCulture.
B.
Use language-specific master pages.
C.
Use CurrentCulture.
D.
Use language-specific resource files.