Microsoft
70-519 · Question #262
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
- AWrap localized server controls with a Localize server control.
- 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
- DAdd the Localizable attribute to the control definitions in the code-behind.
How the community answered
(53 responses)- A8% (4)
- B6% (3)
- C72% (38)
- D15% (8)
Community Discussion
No community discussion yet for this question.