Hi,
I’m trying to get mDate.de to appear in German, but do have some diffuculties doing so…
I found this thread:
https://archived.seventhqueen.com/forums/topic/sweet-date-theme
And went through the different stages:
1. Search and save WP language files you need at the link mentioned above.
2. Login to your FTP server where WordPress is installed.
3. Navigate to /wp-content and create a new folder named /languages.
4. Upload your language files (ie: de_DE.po, de_DE.mo) to the /languages directory.
5. Navigate to the root directory and edit wp-config.php.
6. Replace define(‘WPLANG’, ‘en_US’); with define(‘WPLANG’, ‘de_DE’); and save changes.
My problem is (6) as I don’t habe any “WPLANG” in my wp-config.php? Any idea how to set my Site/Template to German without needing the Editor for each of the sites.