Click or drag to resize

PFLocaleUtilsCoerceIntoSupportedLocale Method

Checks if the given locale is supported by packflow. If it is supported, returns it. Otherwise, returns a default (supported) locale.

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 string CoerceIntoSupportedLocale(
	string locale
)

Parameters

locale
Type: SystemString

Return Value

Type: String
See Also