Change language of cornerstone

hi there,
is there an option (i can’t find) to change the language of the pro theme/cornerstone?
wp is german. cornerstone/theme is english.
thanks a lot, kai

Hello Kai,

There is no separate language setting — Cornerstone and Pro follow your WordPress site language automatically. It stays in English because no German translation is included; both ship only .pot template files, which are blank templates for translators rather than finished translations.

You can create a German translation yourself using Poedit, or Loco Translate if you prefer to work inside the dashboard.

  1. Translate the two templates – wp-content/themes/pro/framework/lang/pro.pot for the theme, and wp-content/plugins/cornerstone/lang/cornerstone.pot for Cornerstone and the builder interface.

  2. Name the files by text domain, not by file name – this is the most common cause of a translation not loading. Despite the template being named pro.pot, the theme’s text domain is __x__. Save your files as:

    • wp-content/languages/themes/__x__-de_DE.mo
    • wp-content/languages/plugins/cornerstone-de_DE.mo
  3. Do not save into the theme or plugin folder – files placed there are erased on the next update. The wp-content/languages locations above are preserved.

Step 3: Recommended Resources

Best Regards.

Just noticed the plugin “qtranslate-x” mentioned in this article is no longer available. It got removed because of security issues:

Hey @sparko,

I will forward this to the person in charge of our documentation.

Thanks.

1 Like

thanks a lot guys!
it does not happen very often, but someone was asking for a german interface.
but since it is only one person, she has to learn some basic english now :wink:
BEST WISHES, KAI

Maybe Themeco could facilitate a public translations directory where we could all contribute to translations. I’d be happy to provide and maintain a Dutch translation. GlotPress works great for this.

1 Like

Thank you for your feedback, @JvP and @iTurtle. I have listed forwarded this to our dev team for review.

1 Like