Quantcast
Channel: Laravel Localization dropdown in blade - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by kapitan for Laravel Localization dropdown in blade

Can you try this:@if ( Config::get('app.locale') == 'it') @elseif ( Config::get('app.locale') == 'en' )@elseif ( Config::get('app.locale') == 'de' )@endif

View Article



Laravel Localization dropdown in blade

I am trying to implement laravel localization.What I do is this code:<select class="form-control" onchange="location = this.value;"> @if(session() -> get('locale') == 'it')<option value="{{...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images