Hi I am using antd protable to display data and even though i have defined the default language as English for some of the parts it is still showing Chinese
import ProTable, { IntlProvider, enUSIntl } from '@ant-design/pro-table';
<IntlProvider value={enUSIntl}>
<ProTable
scroll={{ x: 1300 }}
options={{ fullScreen: false, reload: true, setting: true }}
request={allCustomers}
columns={columns}
/>
</IntlProvider>
Everything else is changes to English except the pagination information.
Please help
