Microsoft
70-519 · Question #90
You are designing an ASP.NET Web application that will support multiple display languages. You have the following requirements: - Change server control settings based on the selected language…
The correct answer is C. Use explicit resource expressions and store the resource file in the App_GlobalResources. See the full explanation below for the reasoning.
Question
You are designing an ASP.NET Web application that will support multiple display languages. You have the following requirements:
- Change server control settings based on the selected language.
- Enable strongly typed access to the resource objects.
You need to recommend a strategy for localizing server control properties. Which strategy should you recommend?
Options
- AAdd the Localizable attribute to the control definitions in the code-behind.
- BUse implicit resource expressions and store the resource file in the App_LocalResources
- CUse explicit resource expressions and store the resource file in the App_GlobalResources
- DWrap localized server controls with a Localize server control.
How the community answered
(25 responses)- A4% (1)
- B4% (1)
- C76% (19)
- D16% (4)
Community Discussion
No community discussion yet for this question.