I am changing the pager style mode of a grid from NextPrev to NextPrevNumericAndAdvanced.
I am using a skin file, and the change of the mode is working.
however I am trying to change this for several languages (different skin files are used for that) and I am at a complete loss about how to change the text parts that were added with the change from NextPrev to NextPrevNumericAndAdvanced
My pagerstyle tag in the skin file looks like this
<PagerStyle
FirstPageToolTip=""
LastPageToolTip=""
PagerTextFormat="Pagina wisselen: {4} Pagina <strong>{0}</strong> van <strong>{1}</strong>, items <strong>{2}</strong> tot <strong>{3}</strong> van <strong>{5}</strong>."
PageSizeLabelText="Pagina grootte"
PrevPagesToolTip=""
PrevPageToolTip=""
NextPagesToolTip=""
NextPageToolTip=""
/>
basically I am looking into a way of changing the red parts in the screenshot.
i.e 2 button texts, and 2 label texts
I suppose I have to change the PagerStyle tag, but I have no idea which variablenames to add/change, or if I can do it by changing the PagerTextFormat.
Anyone knows how to do this?