Unfortunately, messages in Azure SQL Server are only available for language_id = 1033.
Does anybody know a workaround to get the message in German, or is it planned from Microsoft to support other languages for messages, other than English, in the future?
Best regards, Artur
SELECT * FROM sys.messages WHERE language_id = 1031to translate messages manually if you need to.