Title: load_plugin_textdomain
Last modified: August 19, 2016

---

# load_plugin_textdomain

 *  Resolved [christian_gnoth](https://wordpress.org/support/users/christian_gnoth/)
 * (@christian_gnoth)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/load_plugin_textdomain/)
 * I am using in a plugin:
 *     ```
       $plugin_path = dirname(plugin_basename(__FILE__)) . '/lang';
       load_plugin_textdomain( 'fitcash', false, $plugin_path );
       ```
   
 * to set the lagnuage folder for the plugin. my blog is running in german language.
 * the mo file is named: fitcash-de_DE.mo
 * but the plugin is still running in english.
 * what could be the reason???

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

 *  Thread Starter [christian_gnoth](https://wordpress.org/support/users/christian_gnoth/)
 * (@christian_gnoth)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/load_plugin_textdomain/#post-1657441)
 * its working….
 *  [bogdandimitrov](https://wordpress.org/support/users/bogastyle/)
 * (@bogastyle)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/load_plugin_textdomain/#post-1657764)
 * How You resolve this?
    I have code:
 *     ```
       // set text domain
       function my_plugin_init() {
       	$langDir = plugin_basename(dirname(__FILE__)) . '/lang';
       	load_plugin_textdomain('spbid', false, $langDir);
       }
       add_action('init','my_plugin_init');
       ```
   
 * My mo file is named: spbid-en_EN.mo
 * and it does not work.

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

The topic ‘load_plugin_textdomain’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [bogdandimitrov](https://wordpress.org/support/users/bogastyle/)
 * Last activity: [14 years, 12 months ago](https://wordpress.org/support/topic/load_plugin_textdomain/#post-1657764)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
