zollero / el-search-table-pagination

🐶 Combine Form, Table and Pagination components of Element UI together.
MIT License
305 stars 79 forks source link

Language change #28

Closed amitavadeb closed 5 years ago

amitavadeb commented 5 years ago

Hello,

How can I change the pagination language to English?

Thanks

eebasadre20 commented 5 years ago

Hello,

How can I change the pagination language to English?

Thanks

I'm not sure if you've already solved this but to let you know I solved this by using this:

import lang from 'element-ui/lib/locale/lang/en'
import locale from 'element-ui/lib/locale'
locale.use(lang)