Most WordPress themes/plugins are provided in English by default. This guide will show you how to translate any WordPress theme/plugin into your preferred local language. So let’s start!

How to Download Poedit

  1. Open your browser and navigate to the Poedit website.
  2. On the homepage, choose the appropriate download option for your operating system (Windows, macOS, or Linux).
  3. Click the download button, and the file will automatically download to your computer.
  4. Install Poedit on your computer.

Opening Your Theme’s/Plugin’s Default Language Template

  1. Open Poedit and select the Create New Translation option.
  2. Inside your theme’s/plugin’s folder, look for a subfolder named languages or lang. The .pot file should be in there.
  3. Open the .pot file, and then you’ll see the all text strings from the theme/plugin.
  4. Select the language you want to translate from the Translation Language popup window.

  5. In the Translation section, type the text you want to use as the translation for the original sentence.
  6. After the translation process is finished, click on the Save button.
  7. After saving the file, you will get both .po and .mo files.
  8. Everything is set. Now, just change the main language of your site in the WordPress Site Language settings. (Settings >> General >> Site Language)
  9.  After saving the changes check your website.