Appearance
Setting the Default Application Language
Last update: 05 Nov 2024
Follow the steps below to change the default language of your UltimateQR application.
Step 1: Open the Configuration File
Log in to your hosting control panel and open File Manager.
Navigate to:
PROJECT-ROOT/config/app.php

Step 2: Set the Default Language
Locate the following line in the app.php file:
php
'locale' => 'en',Replace en with your preferred language code. For example, to set French as the default language:
php
'locale' => 'fr',Save the file after making the change.

What Is My Language Code?
A language code is a standardized identifier for a language based on the ISO 639 standard. It is used to specify the application's default language.
You can find the complete list of language codes here:
https://meta.wikimedia.org/wiki/Template:List_of_language_names_ordered_by_code
