How do I set English as language instead of automatic locale?

The translated localized version of the desktop is often confusing when you compare with the English documentation. I want the English version. How do I setup so that the desktop ignores the localized version and uses only English?

Hi @wa_bo!
you can set that by adding 'default_language' => 'en',inside in your config.php ( /…/nextcloud/config/config.php )

you can see more lines to configure your nextcloud in config.sample.php ( /…/nextcloud/config/config.sample.php)
this file giving example for editing your config.php