ride/web-i18n-cookie

I18n locale cookie integration in the web interface of the Ride framework

1.0.1 2017-07-19 09:47 UTC

This package is auto-updated.

Last update: 2024-04-12 23:50:02 UTC


README

Stores a cookie with the locale on every HTML response. When the homepage is requested, the cookie will be checked when negotiating for the locale.

Parameters

  • i18n.cookie: Name for the locale cookie (defaults to _locale)

Related Modules

Installation

You can use Composer to install this application.

composer require ride/web-i18n-cookie