Sql-server – How to modify the user interface language in SSMS

sql serverssms

How do I modify the user interface language in SQL Server Management Studio?

For instance, if I installed in English, but wish to view in Japanese (to name but one possible example).

I am running this environment in a non-[English-as-a-first-language] environment, and would prefer all my windows to read in my natural language. (my particular natural language isn't really important is it?)

Best Answer

This might help:

Install SQL Server 2008 R2 on a Multilingual User Interface (MUI) system on MSDN by Peter Saddow

From that link:

In summary:

  • English SQL Server is supported on all localized versions of operating systems
  • Localized versions of SQL Server are supported on the same localized operating system or English system with MUI enabled for the same language.

You can also reinstall it using a different language version of SQL Server.