a Thread property in the .NET System.Threading namespace or a CultureInfo property in the .NET System.Globalization namespace
CurrentCulture refers to either the Thread.CurrentCulture
property in the .NET System.Threading
namespace or the CultureInfo.CurrentCulture
property in the .NET System.Globalization
namespace.
In both cases, this property is used to get or set the System.Globalization.CultureInfo
object that represents the culture of the current thread.