How do I change the server language?

could someone tell me how to change the server language for my language?

A lot of server-side messages are only output in English, but you can change the locale of the host server OS and Java will use it. (how to do this depend on the Operating System).
Or you can set it explicitly in the java command arguments: -Duser.country=<country code> -Duser.language=<language code>