Closed mendrinos closed 8 years ago
Same as #7 , it is because the language detector doesnt set the config('app.locale'), it just set locale for the Translator instance. I'm thinking about a callback feature, that is under development in develop branch.
Please follow up discussion at #7 pull request.
Released 1.0.10 with callbacks feature.
:+1:
Despite the fact the the language file is being loaded from the correct identified locale - when I do use:
App::getLocale()
I always get the default one - not the one that has been loaded and auto-detected.
Any idea why?