Skip to content

Remove Unused Languages

Last updated: 13 Oct 2025

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.

Log in to the GoBiz Admin Panel and navigate to:

Settings → General Settings → Website Languages

Remove any languages you don't want to make available on your website, then save the changes.

Remove GoBiz Languages

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

GoBiz Configuration File

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.

GoBiz Configuration File

Note

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

© 2019-present NativeCode. All rights reserved.