Question 157


Exam Question

You are developing an ASP.NET MVC application in Visual Studio 2012. The application supports multiple cultures.

To set the culture, the application must use the AcceptLanguagc header field value sent by the client browser.

You need to ensure that the application can set the culture.

You have the following markup in the web.config file:

To answer, select the appropriate option from the drop-down list in the answer area.

<system.web>
<
= "true"
= "auto"
culture="auto" />

Answer:

<system.web>
<
= "true"
= "auto"
culture="auto" />