Hi,
Thanks for writing in!
You need to add this first in your child theme’s functions.php file.
//[wpml_lang_selector]
function wpml_shortcode_func(){
do_action('icl_language_selector');
}
add_shortcode( 'wpml_lang_selector', 'wpml_shortcode_func' );
add_filter('x_option_x_topbar_content', 'do_shortcode');
http://screencast.com/t/mY9J8TTYeihC
Then add this in Header > Topbar content in the customizer
[wpml_lang_selector]
http://screencast.com/t/aFC0Xykf
Hope that helps.