Implement a new method in the `Server` class which provides server accepted langue. Additionally refactor the `server.php` helper functions to exclusively use methods of `Server` class and not own custom code.
Implement a new method in the
Serverclass which provides server accepted langue.Additionally refactor the
server.phphelper functions to exclusively use methods ofServerclass and not own custom code.