The way you teach and done the problem is very nice...Thank You so much.. I find this vedio after looking lots of another vedio..and also find a solution here.
if does not drop is because you didnt downloaded bootstrap styles, you can try use a select instead a div as @foreach (Config::get('languages') as $lang => $language) @if ( isset($lang))
If you are using newer versions of bootstrap, I'm using 5.2.3, then you can try swapping data-toggle="dropdown" to data-bs-toggle="dropdown" Worked for me. Doesn't work with flags. I can't even import flags for some reason.
Thank you for the great tutorial .. but I'm getting this error in the login page: Trying to access array offset on value of type null and this line is highlighted to have the error:
it doesn't work, it returns me the first language followed by the # and it doesn't give me the possibility to choose another language. I followed the guide step by step.
Hello sir How to use localisation for multiple languages from database as well as file conten using. Some data comming from database and some data comming from language file. Also multiple route. Please mak a video for this sir
@@viennguyen6399 You need to have bootstrap / tailwind scaffolding installed to get the default layout file (app.blade.php) provided by laravel . -> 5balloons.info/using-bootstrap-framework-on-laravel-8-installation/
The way you teach and done the problem is very nice...Thank You so much..
I find this vedio after looking lots of another vedio..and also find a solution here.
Thank you, Bro. This really saved my @ss. I was doing the same task using Google Translate API causing my system to work very slow.
Thank you very much for this video. This is very helpful. Keep up the good work.😀
Awesome explanation
Thank you very much, u can teach very easily and the result is impressive, you help-me very much!!
Thank you.
Great explanation and example, thanks
My drop down button dosen't work of language changer
@israel BEDE nope, i tried many different ways......None of the methods seems to work out
if does not drop is because you didnt downloaded bootstrap styles, you can try use a select instead a div as
@foreach (Config::get('languages') as $lang => $language) @if (
isset($lang))
{{ $language }}
@endif @endforeach
If you are using newer versions of bootstrap, I'm using 5.2.3, then you can try swapping
data-toggle="dropdown"
to
data-bs-toggle="dropdown"
Worked for me. Doesn't work with flags. I can't even import flags for some reason.
You are amazing! Thank you!
Error : Call to undefined function __() because of {{ __('messages.welcome')}} this print function, any solution guys?
but what i can do to teranslate my all the content comming from database
Super cool video! Its works like ...
ErrorException
Trying to access array offset on value of type null
Help me.
Thank you for the great tutorial .. but I'm getting this error in the login page:
Trying to access array offset on value of type null
and this line is highlighted to have the error:
'php artisan optimize' on terminal
nice work
it doesn't work, it returns me the first language followed by the # and it doesn't give me the possibility to choose another language. I followed the guide step by step.
nice bro!! please give a full laravel source code of this because the flag icon is not displsyed
first we translate other language then ok after that again i want to translate in english the not response any solution please tell
Getting an error class illuminate/support/Fascades/App/
you are great man :)
what is name of extension for importing class?
php intellisense
Thank you very much!
and also i want to translate in german the website translate in english
Hello sir
How to use localisation for multiple languages from database as well as file conten using. Some data comming from database and some data comming from language file. Also multiple route. Please mak a video for this sir
+111111 please make a video
TE AMO
je t'aime
Thanks a lot......
can you provide the source code?
You can find the source code here -> 5balloons.info/localization-laravel-multi-language-language-switcher/
@@5balloons_info I can't find app.blade.php, Can you help me ?
@@viennguyen6399 You need to have bootstrap / tailwind scaffolding installed to get the default layout file (app.blade.php) provided by laravel . -> 5balloons.info/using-bootstrap-framework-on-laravel-8-installation/
Thank u
Thank you
thanks