Click or drag to resize

PFLocaleUtils Class

Provides methods related to packflow locales.
Inheritance Hierarchy
SystemObject
  Packflow.CorePFLocaleUtils

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 class PFLocaleUtils

The PFLocaleUtils type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultLocale
Default packflow locale.
Top
Methods
  NameDescription
Public methodStatic memberCoerceIntoSupportedLocale
Checks if the given locale is supported by packflow. If it is supported, returns it. Otherwise, returns a default (supported) locale.
Public methodStatic memberGetDefaultLocaleForLanguageCode
Returns a default locale for a given packflow language code. E.g. "en-gb" is returned for the "en" language code.
Top
See Also