Title: how to include files in plugins
Last modified: August 18, 2016

---

# how to include files in plugins

 *  [Net-lunden](https://wordpress.org/support/users/net-lunden/)
 * (@net-lunden)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/how-to-include-files-in-plugins/)
 * How do i control if a specific file exist in my plugin sub-folder?
 * I plan to make a language file in danish an a default i english.
 * so the question is how do i in practice make the following?
 *     ```
       if ( file_exist(WPLANG ."mo")) {
         include WPLANG ."mo";
       } else {
         include "en_EN.mo";
       }
       ```
   

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

 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/how-to-include-files-in-plugins/#post-634717)
 * I think you should consider adding localization options like described in this
   post:
    [http://boren.nu/archives/2004/11/01/localizing-plugins-and-themes/](http://boren.nu/archives/2004/11/01/localizing-plugins-and-themes/)
 *  Thread Starter [Net-lunden](https://wordpress.org/support/users/net-lunden/)
 * (@net-lunden)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/how-to-include-files-in-plugins/#post-634743)
 * I have looked at the article, but unfortunately didn’t get it.
 * I should include this in the plugin:
    `load_plugin_textdomain('myplugin');`
 * but how do i use it?
 * i have no problem in including the files, it is only the exists-part

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

The topic ‘how to include files in plugins’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [Net-lunden](https://wordpress.org/support/users/net-lunden/)
 * Last activity: [18 years, 7 months ago](https://wordpress.org/support/topic/how-to-include-files-in-plugins/#post-634743)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
