-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hi , i have all localized but remain only the problem how to :
-
Localize the name of columns , i have tried in this way but not works
[JqueryDataTableColumn(Order = 2)]
[IncludeInReport(Order = 2)]
[SearchableString(EntityProperty = "Name")]
[Sortable(EntityProperty = "Name")]
[Display(ResourceType = typeof(Resources.DataAnnotations), Name = nameof(Resources.DataAnnotations.Name))]
public string Name { get; set; } -
the same issue i have when i export to Excel , the name of title of column not is localized
Thanks
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested