Kernel.Culture Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the culture currently associated with this Kernel.
public System.Globalization.CultureInfo Culture { get; set; }
member this.Culture : System.Globalization.CultureInfo with get, set
Public Property Culture As CultureInfo
Property Value
Remarks
The culture defaults to InvariantCulture if not explicitly set. It may be set to another culture, such as CurrentCulture, and any functions invoked within the context can consult this property for use in operations like formatting and parsing.