So here's my argument as to why not to learn another language (at least professionally).
Firstly anecdotally
When I first started to program professionally I was a Delphi programmer. For 4 years I did Client-Server development and to start off with I was slooooow and my projects buggy and ugly. Gradually after a few months I could develop Windows applications in a reasonable amount of time and I wasn't getting stuck on syntactic gotchas. Admittedly when an error message popped up I didn't have a clue what half of it meant and it didn't matter too much as I could find out how to work around it (mostly). Luckily I worked within a team and through luck or experience we could figure most things.
As time progressed I got better and better at writing those RAD apps. A lot of code I wrote was 'under the button' but boy I was writing a ton of it and becoming really productive. Unfortunately for me and for my code base it was getting larger and there was a need to rewrite large bits of code. At the same time I became more interested in the language ( as I became more comfortable with it) and pondered of why it was called object pascal and why the majority of my code was procedural pascal. So I started reading books about OO and I started to right some terrible code again and my productivity went down to a level where eyebrows were raised. I got better at it and productivity got back to somewhere near normal.
Other members of my team introduced a fancy architecture. (Some one had swallowed the gang of four book) and the whole department had to get the hang of the next new thing. This meant that the whole department's productivity plummeted.
The same thing happened when we ported db platform and I left before they jumped to .Net.
Pseudo-scientifically
So when we learn something we all have a learning curve and I think its a little like this
.
So essentially you are less productive at the start you learn up to a point and then its difficult to get any more gains in your productivity.
When you learn something new your productivity drops and so you start the curve again.
.
So as you can see the volume of that graph is less, therefore overall productivity is less.
When I learn other stuff (for fun) as well as in my work environment. My productivity suffers as I learn the new language and then I will get 'inteference' as my brain learns to deal with the way of doing things but I guess as I am getting a wider vision my productivity in the end increases.
.
I'm not sure how much it effects overall productvity.
So if I was manager in charge of team of developers would they encourage them to learn new languages? If short-term productivity was the only factor perhaps No!