Delete languages from dropdown

How can I delete other languages that I don’t want from the language dropdown in user settings?

image

Hi @brkngcn,

There is a languages ApplicationOptions that can be used to add/remove languages.
You can e.g. remove the german language by setting e.g.:

"languages": {
  "de": null
}

Regards,
Tristan

1 Like

Thanks for your answer, it worked