$posts = get_posts(array( 'post_type' => 'post', 'lang' => 'de', // use language slug in the query 'showposts' => 5 ));