Categories
How to get a value from a specific language in Laravel?
There are 3 languages ru,en,es how do I get the value from a specific language like es Something like this Lang::get('es.form.name)
Answer the question
In order to leave comments, you need to log in
Found Lang::get('form.name',[],'es')
Lang::get('form.name',[],'es')
how complex https://laravel.com/docs/8.x/localization
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question