Laravel 8 tutorial - Localization | locale

preview_player
Показать описание
In this laravel 8 and laravel 9video tutorial, we learn what is localization and how to use it in a simple way. This video is made by anil Sidhu in the Hindi language
steps of video
What is Localization
How to Define Localization
Set Default Locale
Set Locale with Route
Interview Question over localization
Best laravel tutorial
Laravel 9 tutorial,
Laravel 9

Рекомендации по теме
Комментарии
Автор

please support me by subscribe, like and comment :) thank you

codestepbystep
Автор

Interview Question:
When we missed out on any of the lists from any files, then it will return the default language instead.

rojan
Автор

In Laravel 10, lang directory is not present by default. Use 'php artisan lang:publish' command if it's missing

dotarampagetracker
Автор

❤️❤️❤️ Lovely ❤️❤️❤️
What an explanation Buddy,
Keep on uploading these kind of videos please

AshishPatel-xrpb
Автор

Great tutorial. You should expand it by walking through the best way of adding "language buttons" and how the system "remembers" which language to use, when user browser around in the different app web pages.

premisitgroup-ltd.
Автор

please create one video on gate, policy and laravel role-permission

rakeshsingh
Автор

nice man bro we can set route like this
Route::group(
[
'prefix' => LaravelLocalization::setLocale(),
'middleware' => ['localeSessionRedirect', 'localizationRedirect', 'localeViewPath', 'web', 'auth:students']
],
function () {
}
i think this bestway

fkwfwgy
Автор

bhai shuru me mushkil ho rha tha smjhne me But ab sahi hai

raghavendrakesari
Автор

sir kya ham ye languge me api call kara sktew he languge change karne ke liye????


means agr usrer dropdown me hindi select krta he puri website hindi me ho jati he?

agr use korean select krta he korean ho jati he????

ye api se languge change kr skte he?

kaziovesh
Автор

Answer of Interview Question: if it do not find the index value of the language array then it will check in the other language or default language and print it out there

idrees
Автор

Agar, multiple pages ka karna hoga to pure page ko particular language me convert karna hoga..

ABHISHEKKUMAR-nerk
Автор

How to make dynamic data on localisation please make video

yogeshchavda
Автор

if we dont give or miss any key, by default its taking English language

saikumarkandikonda
Автор

Interview Question:
When we missed out on any of the keys from any lang files, then it will return the default language instead.

sitararafaqat
Автор

Is that possible to change default file path resources/lang to define ?

samirranderiya
Автор

Hii.. please make a video on laravel 8 sessions with database connection login page

codingstudio
Автор

when we forget any list it will not throw error instead display missed list in English language.

ashishbhandari
Автор

Thank you Sir boht shukriya but I have a question that how we can translate texts that are coming from database or stored in a variable?

uzairtariq
Автор

I am trying this tutorial for localization, I have followed all the step but getting syntax error. I saw one change that lang folder is on root folder but not inside resource folder. Please help

vishalkumar-pkuu
Автор

if you are not given parameter like profile/en profile/hi just put profile not working, please give the soultion

Vikaskumar-urdi