@DEtrees @Karazhan @MazAXaka @Optimus_Bull
I found the reason why the appearance settings were not opening. In your files you should see a preferences.json
On Windows it is here → %AppData%\TeamSpeak\Default
On Linux it is here → ~/.config/TeamSpeak/Default/
On macOS it is here → ~/Library/Preferences/TeamSpeak/Default/
(Default is your default Profile for TeamSpeak if nothing else is specified.
In this file you should specify the language of choice. Either German or English:
If it is empty or does not exist just add this or create the file and add this:
{"application.language":"en"}
[ENGLISH] or {"application.language":"de"}
[GERMAN]
If there is already something inside, you’ll need to format the content like this:
{"application.language":"en","application.mute_mic_on_lock":true}
[ENGLISH] or {"application.language":"de","application.mute_mic_on_lock":true}
[GERMAN]
→ this is just an example and may be different depending on your settings. Just make sure you’ll place the language part inside the curly braces with a comma spacing the other setting parts.