Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
walteriermano opened this issue Jul 6, 2021 · 0 comments
Open

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

walteriermano opened this issue Jul 6, 2021 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@walteriermano
Copy link

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

@walteriermano walteriermano added the question Further information is requested label Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants