<?php
global $polylang;
$numpost = $polylang->model->count_posts($polylang->model->get_language('en'), array('author' => $author_id));
echo $numpost;
?>
should display the number of posts in English written by the author represented by $author_id
<?php
global $polylang;
$numpost = $polylang->model->count_posts($polylang->model->get_language('en'), array('author' => $author_id));
echo $numpost;
?>
should display the number of posts in English written by the author represented by $author_id