The Windows image for a simple application server is English by default. You can change the system display language to other languages (such as Chinese). Once the server is configured with the desired language settings, you can save it as a custom image. All instances created from this image will have the same language settings. This helps you to change the language settings in batches.
Procedure
Connect to the Windows instance.
NoteYou cannot change the language of Windows Server 2008 R2.
Log on to the Simple Application Server console - Servers. Find the target instance and click Remote Connection. Click Log on Now, enter the password and click OK.
Click start menu
, then search for and open Windows PowerShell
.Temporarily disable the Windows Server Update Services (WSUS) update source to ensure the language package can be downloaded.
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name UseWUServer -Value 0 Restart-Service -Name wuauservChange your preferred language.
Windows Server 2016 and later
Click Start
, click Settings, and click Time & Language.In the sidebar, click Language. In the Preferred languages section, click Add a language.
In the search box, enter "Chinese". Select the required language pack and click Next.
In the Install language features dialog box, select Set as my Windows display language and click Install.

After the download and installation, click Yes, sign out now to confirm the language change and restart Windows. The operating system language is changed to Chinese.
WarningThe restart operation stops the instance for a short period of time and may interrupt services that are running on the instance. We recommend that you restart the instance during off-peak hours.
Open Windows PowerShell and re-enable WSUS.
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name UseWUServer -Value 1 Restart-Service -Name wuauservOpen Settings and click Update & Security. In the Windows Update, check for and download updates. This will apply necessary security patches to the language package to keep your system secure.
Windows Server 2012
Click Start
, click Control Panel
, then click .On the Add a language page, select and click Add.

Download and install the language package. Select a language, and click Move up to change its priority.
To download a language package, click Options to check for updates online. Then a message appears indicating that the package is available for download. Click Download and install language pack.


Install the language package. The installation may take about one hour. The language package is successfully installed, when a page with the Installation complete message is displayed.


Log on to the Simple Application Server console - Servers, restart the Windows instance, and then connect to the instance again. The system's display language is now changed to Chinese.
WarningThe restart operation stops the instance for a short period of time and may interrupt services that are running on the instance. We recommend that you restart the instance during off-peak hours.
Open Windows PowerShell and re-enable WSUS.
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name UseWUServer -Value 1 Restart-Service -Name wuauservIn the Control Panel, open System and Security. In the Windows Update section, check for and install updates. This operation applies the corresponding security patches to the new language package.
What to do next
To create servers with the same language, save the current instance as a custom image.