global $polylang;
$lang = pll_current_language();
if($lang =='en'){
$page_about = 160;
}elseif ($lang =='id') {
$page_about = 168;
}
$child_pages = query_posts('post_per_page=-1&orderby=menu_order&order=asc&post_type=page&post_parent='.$page_about.'');
if ( $child_pages ) :
foreach ( $child_pages as $pageChild ) : ?>
endforeach;
endif;
?>