Fixing Unsupported Local Report Culture in SQL Server

ssmswindows 10

I am using Windows 10, language Serbian, SQL Management Studio 2016 and can't use Database reports because there is error:

An error occurred during local report processing Culture is not
supported Parameter name: culture 3072 (0x0c00) is invalid culture
identifier.

I try with different settings for Windows 10 – language (English), try with different settings for SSMS (English) but got same error.

Do you have idea how to solve this?

P.S. My Windows 10 system locale settings:

Get-WinSystemLocale
LCID       Name            DisplayName
----       ----            ----
9242       sr-Latin-RS     Serbian(Latin, Serbia)

Best Answer

I think 3072 (0x0c00) is an invalid locale ID, at least according to this. So this looks like a corrupted Windows installation, perhaps from a flaky disk (eg. a byte overwrite of a locale 0x0c1a, which is the code for "Serbia and Montenegro (Former)").

You can try changing the current locale from Control Panel.