Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    The language of the plugin will follow the language setting in the WP general settings, but you can use the ‘pdb-plugin_locale’ filter to change the language of the plugin with code like this in your functions.php:

    add_filter('pdb-plugin_locale', function( $locale ) { return 'en_US'; } );

    If you are willing to contribute, I would love to get a better Danish translation.

Viewing 1 replies (of 1 total)
  • The topic ‘Change language back to English’ is closed to new replies.