Appearance
Remove Unnecessary Languages
Last update: 02 Nov 2024
Step 1: Open the Configuration File
Open File Manager in your cPanel or any hosting control panel, and navigate to:
PROJECT-ROOT/config/app.php

Step 2: Remove Unnecessary Languages
At the bottom of the file, you'll find a list of all available languages.
Remove the language entries you don't need. For example:
php
'de' => 'German',After removing the unnecessary language entries, save the file.

