Title: [Plugin: ShortCodes UI] Request Feature Multilangual with WPML
Last modified: August 20, 2016

---

# [Plugin: ShortCodes UI] Request Feature Multilangual with WPML

 *  Resolved [sireneweb](https://wordpress.org/support/users/sireneweb/)
 * (@sireneweb)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-shortcodes-ui-request-feature/)
 * Hi,
    can you add support for WPML Plugin. Actually you can’t use shortcode in
   multilangual, because it doesn’t display the good translation, just keep the 
   original translation.
 * For exemple :
    in FR language [sm1] contains -> <div>My french variable</div>
   in EN language [sm1] contains -> <div>My english variable</div>
 * Please see link below
    [http://wpml.org/documentation/support/](http://wpml.org/documentation/support/)
 * [http://wordpress.org/extend/plugins/shortcodes-ui/](http://wordpress.org/extend/plugins/shortcodes-ui/)

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

 *  Thread Starter [sireneweb](https://wordpress.org/support/users/sireneweb/)
 * (@sireneweb)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-shortcodes-ui-request-feature/#post-3111587)
 * I found the solution, in public function load_shortcodes just add as args
    ‘suppress_filters’
   => 0
 * Please see this link below
    [http://wpml.org/forums/topic/get_posts-in-right-language/](http://wpml.org/forums/topic/get_posts-in-right-language/)
 *  Thread Starter [sireneweb](https://wordpress.org/support/users/sireneweb/)
 * (@sireneweb)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-shortcodes-ui-request-feature/#post-3111604)
 * I must duplicate the function because i get an error in admin panel
 * //register shortcodes
    if(!$isadmin){ add_action(‘plugins_loaded’,array($this,’
   load_shortcodes’)); // load shortcodes with $args ‘suppress_filters’ => 0 }
 *  if($isadmin){
    add_action(‘plugins_loaded’,array($this,’load_shortcodes_admin’));//
   load shortcodes without $args ‘suppress_filters’ => 0 }
 *  Plugin Author [Bainternet](https://wordpress.org/support/users/bainternet/)
 * (@bainternet)
 * [13 years ago](https://wordpress.org/support/topic/plugin-shortcodes-ui-request-feature/#post-3111693)
 * updated and added!

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

The topic ‘[Plugin: ShortCodes UI] Request Feature Multilangual with WPML’ is closed
to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Bainternet](https://wordpress.org/support/users/bainternet/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/plugin-shortcodes-ui-request-feature/#post-3111693)
 * Status: resolved