• In the WP-Photocontest folder there is a folder called “localizations” that contains a dutch .pot and .mo file.
    How can I use them to change the language of the plugin

Viewing 1 replies (of 1 total)
  • Add define (‘WPLANG’, ‘nl_NL’); in your wp-config.php

    /**
     * WordPress Localized Language, defaults to English.
     *
     * Change this to localize WordPress.  A corresponding MO file for the chosen
     * language must be installed to wp-content/languages. For example, install
     * de.mo to wp-content/languages and set WPLANG to 'de' to enable German
     * language support.
     */
    define ('WPLANG', '');
Viewing 1 replies (of 1 total)
  • The topic ‘WP-Photocontest localization’ is closed to new replies.