Localization: Multi-language in Laravel

preview_player
Показать описание
How to create multi-language application in laravel.
multi language in laravel
meertalige in laravel
多語言在laravel
Multi langage en laravel
multi lingua in laravel
Multi Sprache in Laravel
Texto en varios idiomas laravel

Localization: Laravel locale is responsible for multi-language support.

For, multi-language support application we have to dynamically change the locale of laravel.

Keywords:

Laravel
Laravel 5.2
laravel 5.3
Locale
Localization
Online Tutorial
Multi-language
middleware,controller,laravel,artisan,route,laravel 5.2,language chooser,language switcher,laravel kernel,php,laravel framework,tutorial laravel,tutorial
laravel language switcher
laravel 5.3
create multiple language website using laravel5.3
laravel language switcher by ajax
Рекомендации по теме
Комментарии
Автор

must awaited video ... thanks again for amazing videos

johnalley
Автор

This is what i was looking for, great video thanks

amitkumar-jwci
Автор

That's awesome bro, it works well. But there are several things I want emphasize.
(1)at 9:36, _token can not be omitted, and do not forget to define it ( on line 95 at 9:30). Otherwise, the ajax will not work properly.
(2)at 12:05, when I tried to add middleware on Kenal.php, since my laravel is 5.4, I put "\App\Http\Middleware\Language::class, " at the end, inside $middlewareGroups array.
Thank the author once again, after did research, I still think this video help most. It is very clear and effective.

yuqingouyang
Автор

Hi ! please how dynamically change a content load from database .. ?

yanndeo
Автор

Thanks buddy.. great work.. LIKE !!! useful, worked fine and it helped me (have used on Laravel 5.4)

BoolFalse
Автор

some points did not mentioned in the video. I have just get my project succeed using this tutorial

iamdukekh
Автор

Type error: Argument 1 passed to must be an instance of Symfony\Component\HttpFoundation\Response, string given, called in

rajuchapagain
Автор

Very nice video.
I have some problem with it
I put the following in the blade file, but doesnt recognize value cuRRlocal.
<select id="languageSwitcher">
<option value="nl" <?php echo ($cuRRlocal == 'nl' ? "selected" : "") ?>>Nederlands</option>
<option value="en" <?php echo ($cuRRlocal == 'en' ? "selected" : "") ?>>English</option>
</select>

mikechan
Автор

But how to add selected language prefix in url please reply

GauravKumar-xxzl
Автор

Hi, just wanted to ask, do this work on laravel 5.2?

awesomeee
Автор

Ajax didn't work even after adding googleAPI

zaurmahmudov
Автор

That wasn't German, that was Dutch!

wiscatbijles
Автор

Hi, can you send me the source code pls? Or at least tell me where do you have cuRRlocal defined?

KevSalazarAraya
Автор

Súper....where source code? please give me

HEROESGU
Автор

Hi, if find source code here:
also i made next modifications in javascript file:
var _token =

dumitrudarii
Автор

THIS IS BAD TUTORIAL...NOTHING DROPDOWN CODE..HOW TO USE WITH THAT AJAX

saifulfiven
Автор

Great tutorial! But the second language is dutch, not german :D

breakswork
Автор

u not define {{ trans() }} function in code.
u must define where i can put this function.
hurry!!!
im waiting for yur reply...

yagneshbhalala
Автор

anyone can send me the source code ? thank you

jiahui-ktst
Автор

Hi, thanks for share. Give me source code, please :(

linhhn