nerdexam
Microsoft

70-511 · Question #190

You use Microsoft .NET Framework 4 to create a Windows Forms application. You need to allow the user interface to use the currently configured culture settings in the Control Panel. Which code…

The correct answer is A. Thread.CurrentThread.CurrentUICulture =. See the full explanation below for the reasoning.

Question

You use Microsoft .NET Framework 4 to create a Windows Forms application. You need to allow the user interface to use the currently configured culture settings in the Control Panel. Which code segment should you use?

Options

  • AThread.CurrentThread.CurrentUICulture =
  • BThread.CurrentThread.CurrentCulture =
  • CThread.CurrentThread.CurrentUICulcure =
  • DThread.CurrentThread.CurrentCulture =

How the community answered

(40 responses)
  • A
    75% (30)
  • B
    8% (3)
  • C
    13% (5)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 70-511 Practice