gpt4 book ai didi

c# - IPagedList本地化

转载 作者:太空宇宙 更新时间:2023-11-03 13:44:48 28 4
gpt4 key购买 nike

我正在使用第三方组件 (IPagedList ) 来实现分页。一切正常,例如我只需要本地化消息

Showing items 11 through 11 of 11.

此消息文本是使用 PagedListRenderOptions.MinimalWithItemCountText 生成的

最佳答案

使用以下代码设置自定义本地化格式:

var options = new PagedListRenderOptions();
options.PageCountAndCurrentLocationFormat = "Page {0} of {1}."; //your custom string goes gere
options.ItemSliceAndTotalFormat = "Showing items {0} through {1} of {2}.";

关于c# - IPagedList本地化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15742076/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com