Question: Change Language Does Not Work

Change Language Does Not Work

When selecting the language, it does not make any changes, could you help me, thank you very much

R

raphyxXxGuerrero

Asked
When selecting the language, it does not make any changes, could you help me, thank you very much
  • MS

    Mian Saleem

    Answered
    Hello,

    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