Skip to content

A Neos CMS package to handle language redirects based on the browser language.

License

Notifications You must be signed in to change notification settings

die-wegmeister/Wegmeister.LanguageRedirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wegmeister.LanguageRedirect

This package provides a simple language detection service for Neos CMS that will redirect users to the language version that fits their Accept-Language header best. It will only redirect if the uri path is empty (e.g. /).

Installation

Run the following command in your site package:

composer require --no-update wegmeister/language-redirect

Then run composer update in your project root.

Configuration

Sometimes language codes are not configured the same as in Neos. Therefore you can configure a mapping in your Settings.yaml:

Wegmeister:
  LanguageRedirect:
    # Add mappings for language codes if you use some different codes than the default ones.
    languageCodeOverrides:
      # For example, if you use "cz" instead of "cs" for Czech, you can add this mapping:
      cs: cz

About

A Neos CMS package to handle language redirects based on the browser language.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages