• Hi,

    In the Theme My Login plugin you get multiple language files to translate the plugin, for example to Chinese, Russian, Dutch etc. (in .po and .po files).

    But I don’t see any settings to change the default language (English).

    How do I change it?

    Oscar

Viewing 2 replies - 1 through 2 (of 2 total)
  • The plugin uses the same language as the WPLANG constant.

    Thread Starter oscarhelm

    (@oscarhelm)

    I get it.

    This was wrong in the wp-config.php file:

    define (‘WPLANG’, ‘nl’);

    It should be:

    define (‘WPLANG’, ‘nl_NL‘);

    Now, it works perfectly.

    But how do I change the sentence: “Please enter your username or email address. You will receive a link to create a new password via email.”?

    I also updated the NL language files. There were some typo’s and some weird translations. Here you can download it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme My Login change language’ is closed to new replies.