Click or drag to resize

ModelEnabledLanguages Property

Gets or sets the list languages available for translations (descriptions, display names, ...) in this model. Only two-letters ISO language codes are accepted. Note: never returns a null or empty list, but in that case returns the default list containing the default language.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public HashSet<string> EnabledLanguages { get; set; }

Property Value

Type: HashSetString
See Also