RadzenSteps Change Language

Good day,

I have recently used RadzenSteps for a dialogue box to guide the user through the order creation steps. After many failures to convert the ‘Next’ and ‘Previous’ buttons into the German language in Visual Studio 2022, I would like to address this here. How can I control the two components linked to steps in order to assign explicit meanings to them?
I hope you can help me with this.

Best Regards
PeterPaul

Hi @PeterPaul,

You can use the PreviousText and NextText attributes.

Hello @korchev,
is there a way to rename "page 1 of 1" and "items" on the bottom of the Grid?

You can use PagingSummaryFormat:

1 Like

Thank You! That works for me.

Is there a way to also change "Items per page" in the bottom right?

You can use PageSizeText. Check our demos and the source code if you have other questions.

1 Like