1. Go to src > config > translations > resources
![](https://docs.thimpress.com/wp-content/uploads/2022/05/1.jpg)
2. Then you can edit file en.js or create a new file language. example: vi.js
3. Then go to src > config > translations > resources > index.js and add code export { default as vi } from './vi';
![](https://docs.thimpress.com/wp-content/uploads/2022/05/2.jpg)
4. Then go to src > config > translations > index.js and change DEFAULT_LANGUAGE = ‘vi’
![](https://docs.thimpress.com/wp-content/uploads/2022/05/3.jpg)
5. Finally, you can edit text in file vi.js