Click or drag to resize

PFLocaleUtilsGetDefaultLocaleForLanguageCode Method

Returns a default locale for a given packflow language code. E.g. "en-gb" is returned for the "en" language code.

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 GetDefaultLocaleForLanguageCode(
	string languageCode
)

Parameters

languageCode
Type: SystemString

Return Value

Type: String
See Also