Question:You are deploying a worldwide application. One of your offices is located in a region of China that does not have an existing culture code that exactly meets their needs. Although the zh-CN culture code is very close, this region uses slightly different number formatting. Which class should you use to build a custom culture that meets your requirements?
A CultureInfo
B CultureAndRegionBuilderInfo
C RegionInfo
D CompareInfo
+ AnswerB
+ Report