Appearance
Remove Unused Languages
Last updated: 30 July 2026
GoBiz allows you to remove languages that you don't plan to use. This helps keep the language selection list clean and improves the user experience.
Method 1: Using the Admin Panel (Recommended)
Log in to the GoBiz Admin Panel and navigate to:
- Navigate to System Utilities → General Settings.
- Locate the Languages field.
- Remove the languages you no longer want to make available on your website.
- Click Save to apply the changes.

Note
After updating the language list, clear your application and browser cache to ensure the changes are reflected.
Method 2: Editing the Configuration File
You can manually remove languages from the configuration file.
Open your hosting File Manager (or any server file manager) and navigate to:
text
PROJECT_ROOT/config/app.php
Near the bottom of the file, you'll find the list of supported languages.
For example:
php
'de' => 'German',Delete the language entries you don't want to make available, then save the file.

Note
Be careful not to modify the array structure while removing language entries. An invalid configuration may cause the application to stop working.
