I want to implement jQuery-localize inside select control in laravel 5.
{!! Form::select('page_country', array('0' => 'Select') + $countries,$filter->page_country, array('class'=>'form-control'))!!}
all $countries list is available in preferred languages but unable to localize "'0' => 'Select'" string.
Thanks in advance.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire