How can I get all the posts that are related with a specific taxonomy term?

Try this:

'tax_query' => array(
  'origin' => 'English'
)

Also, it should be pretty easy. Do some research.