Multi Language
Multi Language Settings
-
Let's add a new language Italy.
Create an it.php file in theassets/lang-phpfolder. And refer to the other languages to add or update the keys and values for translation. -
You need to add a new language in the topbar dropdown in
the
file
partials/topbar.phpfile and fin the class "language-switch". You can add a new language flag so it will be able to render in the topbar. -
You can use
<?php echo $lang["Forms"]; ?>in the view.