Title: Multi Language
Last modified: October 13, 2018

---

# Multi Language

 *  Resolved [lriaudel](https://wordpress.org/support/users/lriaudel/)
 * (@lriaudel)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/multi-language-39/)
 * Hi,
    I have a problem with the theme in Multi Language with Polylang. It is impossible
   to set the home page with the customizer (ex: Theme setting > Slider Options)
   with differents page for different language.
 * Thanks

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

 *  [webdzier](https://wordpress.org/support/users/webdzier/)
 * (@webdzier)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/multi-language-39/#post-10778377)
 * Hello [@lriaudel](https://wordpress.org/support/users/lriaudel/),
 * Thank you for the contacting.
    Sure, you can use different language page in the
   slider.
 * Regards,
 *  Thread Starter [lriaudel](https://wordpress.org/support/users/lriaudel/)
 * (@lriaudel)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/multi-language-39/#post-10778909)
 * Thanks,
    But how it works ?
 *  [webdzier](https://wordpress.org/support/users/webdzier/)
 * (@webdzier)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/multi-language-39/#post-10780305)
 * Hello [@lriaudel](https://wordpress.org/support/users/lriaudel/),
 * Thank you for the reply.
    To use multi-language in the theme then please use 
   the polylang plugin. Go here:[https://wordpress.org/plugins/polylang/](https://wordpress.org/plugins/polylang/)
 * watch video for the set-up the plugin [https://www.youtube.com/watch?v=YpFdmzWCFRc](https://www.youtube.com/watch?v=YpFdmzWCFRc)
 * Regards,
 *  Thread Starter [lriaudel](https://wordpress.org/support/users/lriaudel/)
 * (@lriaudel)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/multi-language-39/#post-10788248)
 * And how modify this section in customizer ?
    [https://goopics.net/i/2wGAR](https://goopics.net/i/2wGAR)
 * Thanks
 *  [webdzier](https://wordpress.org/support/users/webdzier/)
 * (@webdzier)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/multi-language-39/#post-10791319)
 * Hello [@lriaudel](https://wordpress.org/support/users/lriaudel/),
 * Thank you for the reply.
 * Can you describe, that which settings you want to add in this section?
    Also,
   send your site URL.
 * Regards,
 *  [webdzier](https://wordpress.org/support/users/webdzier/)
 * (@webdzier)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/multi-language-39/#post-10791334)
 * Hello [@lriaudel](https://wordpress.org/support/users/lriaudel/),
 * Thank you for the reply.
    To Customize the “Footer Callout” Section then please
   follow given below down some easy steps:-
 * 1 Go to the theme directory.
    2 Navigate to include -> customizer -> footer-callout.
   php open this file and customize according to your choice.
 * Regards,
 *  Thread Starter [lriaudel](https://wordpress.org/support/users/lriaudel/)
 * (@lriaudel)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/multi-language-39/#post-10792270)
 * So we agree, your theme is not multilingual….
 *  [webdzier](https://wordpress.org/support/users/webdzier/)
 * (@webdzier)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/multi-language-39/#post-10802231)
 * Hello [@lriaudel](https://wordpress.org/support/users/lriaudel/),
 * Sorry for the late response.
 * Our theme is supporting multi-language. To use multi-language in the theme then
   please use the polylang and qtranslate-x plugin.
 * Regards,
 *  Thread Starter [lriaudel](https://wordpress.org/support/users/lriaudel/)
 * (@lriaudel)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/multi-language-39/#post-10804410)
 * Hi,
 * Hum, Translatre is not maintained since 2 years…
    And I USE Polylang, and I can’t
   translate the different section in the customizer.
 * So your theme is not multilingual.
 *  [webdzier](https://wordpress.org/support/users/webdzier/)
 * (@webdzier)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/multi-language-39/#post-10806037)
 * Hello [@lriaudel](https://wordpress.org/support/users/lriaudel/),
 * Thank you for the reply.
 * Please send your site URL. We will resolve your text translation problem. Also,
   share your language name which you want to translate.
 * Regards,
 *  [webdzier](https://wordpress.org/support/users/webdzier/)
 * (@webdzier)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/multi-language-39/#post-10810355)
 * Hello [@lriaudel](https://wordpress.org/support/users/lriaudel/),
 * Our theme supports the multi-language feature. We have made a demo of multi-language
   in our lite theme.
    You can check our theme demo in 2 languages here: [https://webdzier.com/demo/free-themes/hotel-galaxy/](https://webdzier.com/demo/free-themes/hotel-galaxy/)
   We are using the “qtranslate-x” plugin to translate the languages.
 * Regards,
 *  Thread Starter [lriaudel](https://wordpress.org/support/users/lriaudel/)
 * (@lriaudel)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/multi-language-39/#post-10811462)
 * OK, but qTranslate is not maintained.
 * You can add `pll_register_string` for different string at the place where you
   not manage the translation…
    thanks
 *  [guna](https://wordpress.org/support/users/cthemes/)
 * (@cthemes)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/multi-language-39/#post-11185171)
 * Tried this in functions.php and text translation in polylang but no changes in
   customizer. Even home page settings not available with polylang.
 *     ```
       /* polylang translation */
       if ( function_exists( 'pll_register_string' ) ) :
       	    /**
       	     * Register some string from the customizer to be translated with Polylang
       	     */
       	    function my_pll_register_string() {
                       //got settings from options array
       		global $hotel_galaxy_option;
   
       			foreach($hotel_galaxy_optionas $option=>$value){
       				//echo $option.'-'.$value ;
       				pll_register_string( $option, $value, 'hotel-galaxy', true );
       			}
   
       	    }
       	    add_action( 'after_setup_theme', 'my_pll_register_string' );
       endif;
       ```
   

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hotel-galaxy/4.4.40/screenshot.
   png)
 * Hotel Galaxy
 * [Support Threads](https://wordpress.org/support/theme/hotel-galaxy/)
 * [Active Topics](https://wordpress.org/support/theme/hotel-galaxy/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hotel-galaxy/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hotel-galaxy/reviews/)

 * 13 replies
 * 3 participants
 * Last reply from: [guna](https://wordpress.org/support/users/cthemes/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/multi-language-39/#post-11185171)
 * Status: resolved