Skip to content

jarrus90/yii2-multilang

Repository files navigation

Yii2-multilang

Build Status

NOTE: Module is in initial development. Anything may change at any time.

Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.

License

Yii2-content is released under the BSD-3-Clause License. See the bundled LICENSE.md for details.

##Requirements

YII 2.0

##Installation

"require": {
    "jarrus90/yii2-multilang": "*",
},

php composer.phar update

Components

Multilang request

Sets current user language as application language

    'components' => [
        'request' => [
            'class' => 'jarrus90\Core\components\MultilangRequest'
        ],
    ]

Requires user identity having field lang

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages