Sys.CultureInfo.CurrentCulture Property
Gets the globalization values of the current culture as sent by the server. This member is static and can be invoked without creating an instance of the class.
var cultureObject = Sys.CultureInfo.CurrentCulture;
Return Value
A Sys.CultureInfo object.
Remarks
The CurrentCulture field contains the following fields associated with the current culture: name, dateTimeFormat, and numberFormat.