nerdexam
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)
  • A
    4% (1)
  • B
    4% (1)
  • C
    76% (19)
  • D
    16% (4)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice