Hi Hung Luong,
Greetings from Syncfusion support!
You can customize the default text content of the Grid and
Pager using the Localization Library. We have prepared a code snippet
and sample for your reference, which you can find below:
|
[index.js]
import { L10n } from '@syncfusion/ej2-base';
L10n.load({
'de-DE': {
pager: {
currentPageInfo: '{0} von {1} Seiten',
totalItemsInfo: '({0} Beiträge)',
},
},
});
|
Sample: https://stackblitz.com/edit/react-grid-localization
You can find more information about Grid localization from
the documentation link below:
Documentation: https://ej2.syncfusion.com/react/documentation/grid/global-local#localization
Please let us know if you have any further queries.
Regards,
Santhosh I