laravel localisations

 localisation

resoureces-> lang->en-> json file,create php file i n seperate language sub directories

define lanugage using set locale method of app faceade

islocale and currentlocale

config -> app.php-> locale en

fallbacklocale -> if current one is not availabe so the will use this


No comments:

Post a Comment

Event listening in react

 How we can listen to som eevents some envents fire like click or automatically user enters into input button , that is event on word type i...