Title: Language problem
Last modified: August 20, 2016

---

# Language problem

 *  [strobech](https://wordpress.org/support/users/strobech/)
 * (@strobech)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/language-problem-11/)
 * Hi,
 * First of all, thanks for a great plugin!
    My issue is that there appears to be
   some problems with localization/language files in your plugin. I am using the
   WP plugin Codestyling Localization, and it comes up with this error message:
 * > Compatibility: Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain
   > function. This may break behavior of WordPress, because some filters and actions
   > won’t be executed anymore. Please contact the Author about that.
 * Is this something you could look into?
 * Thanks
    Kristian
 * [http://wordpress.org/extend/plugins/multisite-user-registration-manager/](http://wordpress.org/extend/plugins/multisite-user-registration-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jan Štětina](https://wordpress.org/support/users/zaantar/)
 * (@zaantar)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/language-problem-11/#post-3225878)
 * Hello,
    if you look into my code, you’ll see a method of the Murm class:
 *     ```
       function load_textdomain() {
       	$plugin_dir = basename( dirname( __FILE__ ) );
       	load_plugin_textdomain( self::txd, false, $plugin_dir.'/languages' );
       }
       ```
   
 * Ergo the correct WordPress function is called. However, I suspect that the Codestyling
   Localization plugin might think that `load_textdomain` is called because it just
   searches the murm.php file for this string and finds it.
 * I’ll rename my method to something else and you’ll see if the warning disappears.
   Please confirm afterwards.

Viewing 1 replies (of 1 total)

The topic ‘Language problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/multisite-user-registration-manager.
   svg)
 * [Multisite User Registration Manager](https://wordpress.org/plugins/multisite-user-registration-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multisite-user-registration-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multisite-user-registration-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/multisite-user-registration-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multisite-user-registration-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multisite-user-registration-manager/reviews/)

## Tags

 * [language](https://wordpress.org/support/topic-tag/language/)
 * [Localization](https://wordpress.org/support/topic-tag/localization/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jan Štětina](https://wordpress.org/support/users/zaantar/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/language-problem-11/#post-3225878)
 * Status: not resolved