Click or drag to resize

PFFieldGetCurrentCulture Method (PFSite)

Gets the current culture based on current user effective language. If site is null, returns GetDefaultCulture().

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static CultureInfo GetCurrentCulture(
	PFSite site = null
)

Parameters

site (Optional)
Type: Packflow.CorePFSite

Return Value

Type: CultureInfo
See Also