Kernel.Culture Property

Definition

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.

Applies to