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.
@MaazDev1 Жыл бұрын
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.
@cristoferbernado73003 жыл бұрын
Thank you very much, u can teach very easily and the result is impressive, you help-me very much!!
@5balloons_info3 жыл бұрын
Thank you.
@ithelp58932 жыл бұрын
Thank you very much for this video. This is very helpful. Keep up the good work.😀
@popovvasko Жыл бұрын
Great explanation and example, thanks
@dvammar2 жыл бұрын
Awesome explanation
@samndabo35762 жыл бұрын
Super cool video! Its works like ...
@abigailrivera2612 Жыл бұрын
You are amazing! Thank you!
@KaranThakur-yw7xz2 жыл бұрын
My drop down button dosen't work of language changer
@KaranThakur-yw7xz2 жыл бұрын
@israel BEDE nope, i tried many different ways......None of the methods seems to work out
@sebastianguerrero56292 жыл бұрын
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
@alenpasnikov2 жыл бұрын
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.
@sardarsolution86 Жыл бұрын
but what i can do to teranslate my all the content comming from database
@moomenaldahdouh3 жыл бұрын
you are great man :)
@brighness_of_islam2 жыл бұрын
Error : Call to undefined function __() because of {{ __('messages.welcome')}} this print function, any solution guys?
@frans76713 жыл бұрын
ErrorException Trying to access array offset on value of type null Help me.
@habesha_ethio Жыл бұрын
nice bro!! please give a full laravel source code of this because the flag icon is not displsyed
@mibrahim42452 жыл бұрын
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:
@SolveMasters2 жыл бұрын
'php artisan optimize' on terminal
@ever-ov5wb2 жыл бұрын
Thank you very much!
@admineco15412 жыл бұрын
nice work
@habetech2 жыл бұрын
what is name of extension for importing class?
@5balloons_info2 жыл бұрын
php intellisense
@MohdKasim-fc5ge Жыл бұрын
first we translate other language then ok after that again i want to translate in english the not response any solution please tell
@salvo5488 Жыл бұрын
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.
@utprekshamhatre57533 жыл бұрын
Getting an error class illuminate/support/Fascades/App/
@erickespinoza50203 жыл бұрын
TE AMO
@muzaffer4333 жыл бұрын
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
@howidamansour31772 жыл бұрын
+111111 please make a video
@samuv16892 жыл бұрын
je t'aime
3 жыл бұрын
Thank you
@MohdKasim-fc5ge Жыл бұрын
and also i want to translate in german the website translate in english
@baratahmed14913 жыл бұрын
Thanks a lot......
@viennguyen63993 жыл бұрын
can you provide the source code?
@5balloons_info3 жыл бұрын
You can find the source code here -> 5balloons.info/localization-laravel-multi-language-language-switcher/
@viennguyen63993 жыл бұрын
@@5balloons_info I can't find app.blade.php, Can you help me ?
@5balloons_info3 жыл бұрын
@@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/