Closed
Description
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
BC Break report? | no |
RFC? | yes |
Symfony version | master |
I think this information could be useful for debugging multi-lang apps. For now I need manually dump $request->getLocale()
/$request->getDefaultLocale()
in code to see it. We can show it in the Request tab:
UPD: Noticed _locale
in "Request Attributes" section of profiler's Request panel though.