> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://docs.clientexec.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Changing Language Translations

We recommend using a free program called "Poedit" to make changes to your translation files, and this article will go through the steps of using it. You can find download it on most operating systems at [https://poedit.net/](https://poedit.net/)

The first thing you'll need to do is setup your identity on Poedit by going to File - Preferences. You will need to fill in your name and email address in order for it to save properly.

![](https://storage.crisp.chat/users/helpdesk/website/895a2775afb3f800/poe1_11wo4la.png)

After your identity is setup, you can open **/language/core-es.po** - this is an example, you will open the .po of whichever file you want to edit. Once you've opened it, you will see that the existing translations are found at the bottom of the file and the terms that haven't been translated are found at the top. You can click on a phrase or word that hasn't been translated, and simply provide the translation in the box below the word.

![](https://storage.crisp.chat/users/helpdesk/website/895a2775afb3f800/poe2_t7sxdz.png)

Before we save our changes, we need to establish our team because this is how Poedit works, it adds this information to the language file to show a history of who has last changed the file. 

Navigate to **Catalog - Properties** and add whatever team name you wish. 

![](https://storage.crisp.chat/users/helpdesk/website/895a2775afb3f800/poe3_1fknrc2.png)

Lastly you will need to save the file. When the file is saved, it will also save a .mo file, such as core-es.mo - this is the file you need to upload to your website in the **/language/** folder and replace the existing file. You've now modified the language translation!  

|| Update: As of 6.8.0, if you upload a new .mo file (i.e. to change translations) you will need to clear the translation cache in uploads/cache by deleting any file with Zend\_Translate in the name.