After searching through the documentation from laravel 4 I see that the way to set a language is to do
App::setLocale(\'en\');
But how do
There is great library for Laravel that allows you to handle locales flexible - mcamara laravel localization. In readme of the project you can find example how to implement such a switcher.