S A A S L A N D

Loading

Language Translations

Estimated reading: 1 minute 311 views

Achieving Translation for Our Themes

While all our themes support translation into various languages, it’s the user’s responsibility to undertake the translation process. Follow these instructions as a guide to assist with the translation:

  1. Open the wp-config.php file and replace the existing code: define ('WPLANG', ''); with the code corresponding to your language, such as define ('WPLANG', 'bg_BG');.
  2. Download and install POEDIT, then connect it to your site.
  3. Navigate to the theme/languages directory and download the default.pot file.
  4. Open the default.pot file with POEDIT, perform the translation and save it as bg_BG (matching the string in wp-config.php).
  5. After saving, two files will be generated: bg_BG.pot and bg_BG.mo.
  6. Upload the .mo and .pot files into the wp-content/themes/your-theme/languages folder.

Following these steps ensures that your site is appropriately translated into your preferred language. Remember to set your WordPress installation to the language you intend to use for the site.

Leave a Comment

Share this Doc

Language Translations

Or copy link

CONTENTS