⟩ You create a serviced component named CompanyScheduler. CompanyScheduler is registeredin a library application. The Scheduler methods parse String objects into Date Time objects. Youwrite a console application named Coverage.exe to test each method in Scheduler. You wantCoverage.exe to test Scheduler for multiple cultures to verify its globalization support.What should you do?A. Create a Culture Info object for each culture locale before calling the CompanySchedulermethods.B. Create a Region Info object for each culture locale before calling the CompanySchedulermethods.C. Set the current threads Current Culture property to each culture locale before calling theCompanyScheduler methods.D. Create a Coverage.exe.config file and add a <location> element to the configuration file foreach culture locale.
C. Set the current thread's Current Culture property to each culture locale before calling the
CompanyScheduler methods.