basz / SlmLocale

Auto detection of locale through different strategies for Zend Framework 2
Other
67 stars 34 forks source link

How could i switch Locale? #75

Closed flod1 closed 8 years ago

flod1 commented 8 years ago

How could i switch local, example via url or POST Action?

via route?

array( 'label' => 'German', 'route' => 'home', 'locale'=>'de'

        ),
        array(
            'label' => 'English',
            'route' => 'home',

'locale'=>'en' ),

flod1 commented 8 years ago

echo $this->localeMenu()->setUlClass('nav navbar-nav navbar-right nav-pills');

have found it.