nerdexam
Microsoft

70-511 · Question #263

You are developing a Windows Presentation Foundation (WPF) application. The application will be used by users in France and users in Germany. The Window element for the main window contains the…

The correct answer is A. Add a content control to the Window element. See the full explanation below for the reasoning.

Question

You are developing a Windows Presentation Foundation (WPF) application. The application will be used by users in France and users in Germany. The Window element for the main window contains the following declaration:

<Window xmlns:properties="ctr-namespace : LocalizedApp. Properties"... You need to ensure that the application appears in the language of each user. What should you do?

Options

  • AAdd a content control to the Window element.
  • BAdd language entries to the appSettings section of the Machine.config file.
  • CModify the Application.Resources section of the App.xaml file.
  • DAdd language-specific resource files.

How the community answered

(39 responses)
  • A
    72% (28)
  • B
    8% (3)
  • C
    5% (2)
  • D
    15% (6)

Community Discussion

No community discussion yet for this question.

Full 70-511 Practice