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