Title: Language error
Last modified: August 20, 2016

---

# Language error

 *  Resolved [fajo](https://wordpress.org/support/users/fajo/)
 * (@fajo)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/language-error-2-2/)
 * I can’t load language file, missing `load_plugin_textdomain('a8c-developer', 
   false, dirname( plugin_basename( __FILE__ ) ) . '/languages');` ?
 * [http://wordpress.org/extend/plugins/developer/](http://wordpress.org/extend/plugins/developer/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * (@danielbachhuber)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/language-error-2-2/#post-3355773)
 * Thanks for the heads up! I’ve [added](https://github.com/Automattic/developer/commit/c148578834f6d041cd217f54d633d6cf3b0c1d70)`
   load_plugin_textdomain()` and a POT file so the plugin can now be translated.
 * If you’d like to submit a translation, we’d be happy to take one via pull request.
 *  Thread Starter [fajo](https://wordpress.org/support/users/fajo/)
 * (@fajo)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/language-error-2-2/#post-3355775)
 * Great, just a small correction:
 *     ```
       public function load_plugin_textdomain() {
       load_plugin_textdomain('a8c-developer', null, dirname( plugin_basename( __FILE__ ) ) . '/languages');
       }
       ```
   
 *  Plugin Contributor [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * (@danielbachhuber)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/language-error-2-2/#post-3355778)
 * Why do you have the trailing slash removed? I haven’t ever had a problem with
   it added.

Viewing 3 replies - 1 through 3 (of 3 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/developer_1a1314.svg)
 * [Developer](https://wordpress.org/plugins/developer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/developer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/developer/)
 * [Active Topics](https://wordpress.org/support/plugin/developer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/developer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/developer/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/language-error-2-2/#post-3355778)
 * Status: resolved