Title: Need Help with Plugin translation
Last modified: August 20, 2016

---

# Need Help with Plugin translation

 *  [sagive](https://wordpress.org/support/users/sagive/)
 * (@sagive)
 * [15 years ago](https://wordpress.org/support/topic/need-help-with-plugin-translation/)
 * Hey guys..
 * I have created a plugin and i want to
    translate the actual widget part
 * No matter where i looked i couldnt find the way
    to connect the plugin php page
   with the transaltion.
 * this is what i use (the code inside the plugin)
    but i the widget itself doesent
   get translated:
 *     ```
       function translatesglp() {
       load_plugin_textdomain( 'sglp', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' );
       }
       ```
   
 * the action:
 *     ```
       add_action( 'init', 'translatesglp' );
       ```
   
 * My translated files are in a folder inside the plugin
    folder called lang..
 * Help anyone? (plz)

Viewing 1 replies (of 1 total)

 *  Thread Starter [sagive](https://wordpress.org/support/users/sagive/)
 * (@sagive)
 * [15 years ago](https://wordpress.org/support/topic/need-help-with-plugin-translation/#post-2217153)
 * ANyone?

Viewing 1 replies (of 1 total)

The topic ‘Need Help with Plugin translation’ is closed to new replies.

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [sagive](https://wordpress.org/support/users/sagive/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/need-help-with-plugin-translation/#post-2217153)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
