Microsoft
70-519 · Question #251
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 B. 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 code-behind file for the pages that are not localized, create a new thread.
- BIn code-behind file for the pages that are not localized, override the InitializeCulture() method.
- CIn the page directive for the pages that are not localized, set the UlCulture and Culture
- DIn the globalization element of the Web.
How the community answered
(29 responses)- A10% (3)
- B83% (24)
- C3% (1)
- D3% (1)
Community Discussion
No community discussion yet for this question.