Allows selection of an available language using a dropdown list. The model represents the language ID.
Model Type: string
Name | Type | Default | Description |
---|---|---|---|
NoDefault | bool | false | Defines whether a "(Site Default)" entry is automatically added as the first entry, with a value of null |
AllLanguages | bool | false | Defines whether all system-defined languages are displayed or whether the languages defined for this YetaWF instance are shown. For details see National Language Support. |
[Caption("Id"), Description("The language id - this is the same as the culture name used throughout .NET")] [UIHint("LanguageId"), StringLength(LanguageData.MaxId), AdditionalMetadata("NoDefault", true), AdditionalMetadata("AllLanguages", true), Required, Trim] public string Id { get; set; }
Last Updated 04/24/2022 - (email)
© 2023 - Softel vdm, Inc. - YetaWF.com