When a new login is created in SQL Server, it is assigned a default language. This language is used for system messages and date/time formats. This language will be used as the default language whenever that login connects to SQL Server (but it can also be changed to a different language within the session).
If you ever wish to find out the language that’s assigned to the current session, you can run one of the options on this page.