In SQL Server, you can find out the default language for a given user by querying the sys.server_principals
system catalog view.
This view contains a row for every server-level principal. It contains information such as the principal’s name, type, create/modify date, default database, default language, etc. A principal is an entity that can request SQL Server resources.