Question:You need to display a number as currency according to the guidelines for the es-ES culture (which might not be the user’s current culture). Which class should you use?
A DateTimeFormat
B CurrentUICulture
C CultureInfo
D RegionInfo
+ AnswerC
+ Report