After DWQA update, Turkish Translation doesnt work!
I’ve already added `
define (‘WPLANG’, ‘fr_FR’);</p>
<pre><code>
this line to wp-config.php but still English language.
Thank you.</code></pre>
1 Answers
Hi,
At the moment, WP does not support the WPLANG. The WPLANG constant in your wp-config.php file is no longer needed.
You can use the following code:
$locale='fr_FR';
And then Login to Dashboard > Settings > General and select your language in the Installed of Site Language section
Hope this helps !
Please login or Register to submit your answer