There are other reasons why choice of language matters. If you need a simple web app, you're probably writing it in PHP or Ruby instead of C. But you'll likely use C if you're interfacing with hardware. A lot of apps that need high concurrency use Erlang. If you can write a quick Python script that solves a problem before you can even get Eclipse to load, then why would you even bother trying to write the solution in Java?
Language errors aside, it's pretty obvious that at least in some cases, the choice of programming language does matter.
Language errors aside, it's pretty obvious that at least in some cases, the choice of programming language does matter.