Laravel Localization and Language Switcher Demo Tutorial

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 41

  • @neerajbisht7505
    @neerajbisht7505 2 месяца назад

    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
    @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.

  • @ithelp5893
    @ithelp5893 2 года назад +1

    Thank you very much for this video. This is very helpful. Keep up the good work.😀

  • @dvammar
    @dvammar 2 года назад +1

    Awesome explanation

  • @cristoferbernado7300
    @cristoferbernado7300 3 года назад +1

    Thank you very much, u can teach very easily and the result is impressive, you help-me very much!!

  • @popovvasko
    @popovvasko Год назад

    Great explanation and example, thanks

  • @KaranThakur-yw7xz
    @KaranThakur-yw7xz 2 года назад +4

    My drop down button dosen't work of language changer

    • @KaranThakur-yw7xz
      @KaranThakur-yw7xz 2 года назад

      @israel BEDE nope, i tried many different ways......None of the methods seems to work out

    • @sebastianguerrero5629
      @sebastianguerrero5629 2 года назад

      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

    • @alenpasnikov
      @alenpasnikov Год назад +1

      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.

  • @abigailrivera2612
    @abigailrivera2612 Год назад

    You are amazing! Thank you!

  • @brighness_of_islam
    @brighness_of_islam 2 года назад

    Error : Call to undefined function __() because of {{ __('messages.welcome')}} this print function, any solution guys?

  • @sardarsolution86
    @sardarsolution86 Год назад

    but what i can do to teranslate my all the content comming from database

  • @samndabo3576
    @samndabo3576 Год назад

    Super cool video! Its works like ...

  • @frans7671
    @frans7671 3 года назад

    ErrorException
    Trying to access array offset on value of type null
    Help me.

  • @mibrahim4245
    @mibrahim4245 2 года назад

    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:

    • @SolveMasters
      @SolveMasters Год назад

      'php artisan optimize' on terminal

  • @admineco1541
    @admineco1541 2 года назад +1

    nice work

  • @salvo5488
    @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.

  • @habesha_ethio
    @habesha_ethio 11 месяцев назад

    nice bro!! please give a full laravel source code of this because the flag icon is not displsyed

  • @MohdKasim-fc5ge
    @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

  • @utprekshamhatre5753
    @utprekshamhatre5753 2 года назад

    Getting an error class illuminate/support/Fascades/App/

  • @moomenaldahdouh
    @moomenaldahdouh 2 года назад +1

    you are great man :)

  • @habetech
    @habetech 2 года назад

    what is name of extension for importing class?

  • @ever-ov5wb
    @ever-ov5wb Год назад

    Thank you very much!

  • @MohdKasim-fc5ge
    @MohdKasim-fc5ge Год назад

    and also i want to translate in german the website translate in english

  • @muzaffer433
    @muzaffer433 3 года назад

    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

  • @erickespinoza5020
    @erickespinoza5020 3 года назад +2

    TE AMO

  • @samuv1689
    @samuv1689 2 года назад +1

    je t'aime

  • @baratahmed1491
    @baratahmed1491 3 года назад +1

    Thanks a lot......

  • @viennguyen6399
    @viennguyen6399 3 года назад +1

    can you provide the source code?

    • @5balloons_info
      @5balloons_info  3 года назад

      You can find the source code here -> 5balloons.info/localization-laravel-multi-language-language-switcher/

    • @viennguyen6399
      @viennguyen6399 3 года назад

      @@5balloons_info I can't find app.blade.php, Can you help me ?

    • @5balloons_info
      @5balloons_info  3 года назад

      @@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/

  • @princenogueira1618
    @princenogueira1618 Год назад

    Thank u

  •  3 года назад +1

    Thank you

  • @jonice4229
    @jonice4229 3 года назад +1

    thanks