You are designing a Windows Presentation Foundation (WPF) application by using
Microsoft .NET Framework 4 and Microsoft Visual Studio 2010. The application will be
deployed on Windows 7 computers in the United States and Europe. You need to ensure
that array data is sorted based on the culture of the operating system. What should you do?
A.
Use the Resource Manager to create culture-sorted lists.
B.
se a comparison method that specifies a Culturelnfo class or the CompareOptions
enumeration parameter.
C.
Use a comparison method to compare ASCII values.
D.
Add a configuration setting to the appSettings section of the App.config file.