hieudole / PagedList.Core.Mvc

PagedList tag helper for ASP.NET Core
25 stars 18 forks source link

Globalization #15

Open ricardosmoke opened 3 years ago

ricardosmoke commented 3 years ago

Hello.

Please, how can I change the labels to my local language? I tried to change in the source code, compiled and imported to my project, but then I get some erros (IPagedList and StaticPagedList). I googled and didn't found anything about it. I tried to change in the PagedListRenderOptions and in PagedListRenderOptionsBootstrap4 classes.

Thank you!

hieudole commented 3 years ago

Hello,

An instance of PagedListRenderOptions should be created if you want to customize the options for the pager as it is demonstrated in the sample.