-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Description
Issue Title
.NET Core 3.0.x and 3.1.0 installers using different language to installation instead of the language of the download, seems like that prior to 3.x.x the installers runs at system language, and with 3.x.x runs with server location.
General
The behavior of the installer changed with .NET Core 3.x.x. For example, if i go to the official download site and pickup the .NET Core 2.1.14 Server Bundle (english site), download and execute it on a server, the installer will be in English language.
If i download the .NET Core 3.0.1 Server Bundle on the same official site, and execute on the same server, the installer will be in Brazilian Portuguese language. The same occurs with 3.0.0 and the new 3.1.0.
The server is with English language, but region set to Brazil. So seems like the behavior changed with the 3.0.0.
This is normal? This is expected? Does this affect the behavior of the server? (All installed in english, but only with .NET 3.x.x installed in PT-BR).
Prior to .NET Core 3.x.x, for example, i'm from Brazil, and download the .NET Core. I would install on a server with english language and region settings set to Brazil.