What is Laravel localization? When we can us this?

When we are developing a multi-language site at that time we use laravel localization.

Localization in Laravel in it's simplest term means changing the application's default language to the language preferred by the user.

There are two different ways we can achieve localization in Laravel:
1. Using Short Keys
2. Using Translation Strings as Keys

Comments

Popular posts from this blog

Basic Terminology

What is normalization in DBMS?

Object oriented programming concepts in PHP