nerdexam
Microsoft

70-519 · Question #49

You have an ASP.NET Web application. Several pages in the application must display localized content. Users report that the content is not localized on one of the pages. You need to ensure that the…

The correct answer is D. In code-behind file for the pages that are not localized, override the InitializeCulture() method. See the full explanation below for the reasoning.

Question

You have an ASP.NET Web application. Several pages in the application must display localized content. Users report that the content is not localized on one of the pages. You need to ensure that the page displays localized content. What do you do?

Options

  • AIn the globalization element of the Web.Config file for the application, set the value of the
  • BIn the page directive for the pages that are not localized, set the UICulture and Culture
  • CIn code-behind file for the pages that are not localized, create a new thread.
  • DIn code-behind file for the pages that are not localized, override the InitializeCulture() method.

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    7% (2)
  • C
    14% (4)
  • D
    76% (22)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice