Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is meant by Laravel - Localization ?

Answer Posted / rachana devi

Localization feature of Laravel supports different language to be used in application.
You need to store all the strings of different language in a file and these files are stored at resources/views directory.
You should create a separate directory for each supported language.
All the language files should return an array of keyed strings as shown below.
<?php
return [
'welcome' => 'Welcome to the application'
];

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of blade?

740


Define composer.

717


Explain the middlewares in laravel?

753


Can you exclude uris from csrf protection in laravel? Explain

828


What are the Forms in Laravel ?

1221


How to create custom middleware in laravel?

845


What is the latest version of laravel?

906


What is meant by Retrieving Input ?

1579


What do you understand by database migrations in laravel? How can we use it?

727


How do I assign several roles to users and permit the users to perform some actions based on those roles?

724


What is method spoofing in laravel?

849


Explain events in laravel?

858


Does laravel passport use jwt?

742


How do I know laravel version?

807


What is namespace in php laravel?

787