R
Asked
When selecting the language, it does not make any changes, could you help me, thank you very much
- MSAnsweredHello,
Yes, the issue was reported last week. I have fixed it and will update the file this week.
If you need it urgently, please `resources/views/app.blade.php` and add the follow code
```
<script>
window.Locale = '{{ app()->getLocale() }}'
</script>
```
before `</head>`
Thank you - Login to Reply