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 ?



What is meant by Laravel - Localization ?..

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

More Laravel PHP Framework Interview Questions

What is trait in laravel?

0 Answers  


What is binding in laravel?

0 Answers  


How can I hide all stack whoops error information when the application is in production?

0 Answers  


Is laravel nova free?

0 Answers  


How to register a service provider in laravel?

0 Answers  


Tell me in which language it was written?

0 Answers  


What is best backend framework?

0 Answers  


How to generate a request in laravel?

0 Answers  


What is laravel model?

0 Answers  


How to get requested path in laravel?

0 Answers  


Explain homestead in laravel.

0 Answers  


What is a service provider laravel?

0 Answers  


Categories