How can I delete other languages that I don’t want from the language dropdown in user settings?
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
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.