Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 692 Bytes

File metadata and controls

21 lines (18 loc) · 692 Bytes

thomasd.codes Language Switcher Bundle for Symfony

Description

With this Bundle you are able to switch the users language with ease.

Install

composer require thomasdcodes/language-switcher-bundle

If you're using Symfony Flex, the Bundle should be registered in your config/bundles.php

Inside config/routes add a new file (tdc_language_switcher_bundle.yaml) with the following standard settings:

tdc_language_switcher_bundle.routes:
  resource: '@TdcLanguageSwitcherBundle/config/routes.yaml'

Template

To use the Language Switch inside your navigation template inside a li-Tag:

{% include '@TdcLanguageSwitcher/_language_switch.html.twig' %}