Globalization in Blazor Pager Component

8 Jul 20221 minute to read

Localization

Blazor Pager component can be localized. Refer to Blazor Localization topic to localize Syncfusion Blazor components.

Right to left (RTL)

RTL provides an option to switch the text direction and layout of the Pager component from right to left. It improves the user experiences and accessibility for users who use right-to-left languages (Arabic, Farsi, Urdu, etc.). In the following sample, EnableRtl property is used to enable RTL in the Pager.

@using Syncfusion.Blazor.Navigations

<SfPager TotalItemsCount=20 NumericItemsCount=5 PageSize=5 EnableRtl=true></SfPager>