Site language

Posted in: Newsmag
Post count: 18

Hello,

I tried to switch the Site Language to another language, but it remains stucked on Deutsch.

I’ve tried to put in wp-config.php this line
define('WP_CONTENT_DIR', realpath(dirname(__FILE__) . '/wp-content')); but no success. What could be wrong?

And I think because of the Deutsch, the meta is wrong as well:
<meta property="og:locale" content="de_DE" />

Post count: 9544

You can change the language by adding explicit language to your wp-config.php file.

See the WP codex/docs for help with that 🙂

Post count: 6535

HI @UKC_company

Please check this link fore more details about how to change site’s language in wordpress: https://codex.wordpress.org/Installing_WordPress_in_Your_Language

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.