Skip to content

Matching laravel current locale in js #127

Open
@chilio

Description

@chilio

My question is how to most elegantly set current locale in js, based on currently used laravel (backend locale)?
I have tried different solutions like for example setting locale based on headers - accept language, but it is not working correctly under some circumstances.
Currently I have it working by including view partial on every page:

<script>
lang.setLocale('{{ LaravelLocalization::getCurrentLocale() }}');
</script>

but it seems like terrible solution.
Any ideas how to deal with this respecting best practices?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions