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)- A75% (30)
- B8% (3)
- C13% (5)
- D5% (2)
Community Discussion
No community discussion yet for this question.