WordPress Themes, Plugins and HTML Templates › Forums › Arcane WordPress Theme › Theme Translation › Re: Theme Translation
July 11, 2016 at 10:30 am
#1720
admin
Participant
Hi,
Quote:
define (‘WPLANG’, ‘de_DE’);
WPLANG is deprecated in WordPress 4.0. You may be interested to see the technical details.
https://make.wordpress.org/core/2014/09/05/language-chooser-in-4-0/
Now, after completing the translation steps and putting your “de_DE.mo” file in the languages directory.
Go to `Settings > General `
Choose your language from Site Language drop down.
Save Changes
You are done.
Note: There is no need to set WPLANG constant now. If you download the latest version of WordPress from WordPress.org , you will notice that there is no WPLANG constant in wp-config.php file
Thanks