• Hello!
    I don’t know much code so I’ve been researching on how to modify my wp-config.php file so that the content and widgets of my site will show in the four languages (aside from English) I have on there. I don’t care about translating the WP interface, just the content. The WP .mo files in the languages in question are already in the wp-content/languages folder.
    How would I define 4 languages in wp-config.php? Like this?

    define (‘WPLANG’, ‘es_ES’); (‘WPLANG’, ‘de_DE’); (‘WPLANG’, ‘fr_FR’); (‘WPLANG’, ‘ca_CA’)

    I’ve been trying things out yesterday (only way for me to learn) but ended up destroying the file and having to restore it. Besides, like I said, no reliable info on the net.
    Cheers ??

  • The topic ‘WPLANG define 4 languages in wp-config.php?’ is closed to new replies.