Set locale on the fly in laravel4

后端 未结 2 2080
一个人的身影
一个人的身影 2021-01-05 22:06

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

2条回答
  •  甜味超标
    2021-01-05 22:58

    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.

提交回复
热议问题