Skip to content

[QUESTION] How To localizate the name of Coloumns #63

@walteriermano

Description

@walteriermano

Hi , i have all localized but remain only the problem how to :

  1. 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; }

  2. 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 requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions