All Products
Search
Document Center

Simple Application Server:Change the Windows display language

Last Updated:Jun 02, 2026

Simple Application Server Windows images default to English. You can install a language pack to change the display language. To apply the same settings to multiple servers, create a custom image from the configured instance. All instances created from this image will inherit the language settings.

Procedure

  1. Connect to the Windows instance.

    Note

    You cannot change the display language of Windows Server 2008 R2.

    Log on to the Simple Application Server console - Servers page. Find the target instance, click Connect, select Password-based Logons on Workbench, click Log on Now, enter the password, and then click OK.

  2. Click Startimage, then search for and open Windows PowerShellimage.

  3. Run the following commands to temporarily disable WSUS so the language pack downloads from official Microsoft servers.

    Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name UseWUServer -Value 0
    Restart-Service -Name wuauserv
  4. Set the display language.

    Windows Server 2016 and later

    1. Click Startimage, click Settings, and then click Time & Language.

    2. In the navigation pane on the left, click Language. In the Preferred languages section, click Add a language.

    3. In the search box, search for "Chinese". In the results list, select the desired Chinese version, and then click Next.

    4. In the Install language features pop-up box, select the Set as my Windows display language checkbox, and then click Install.

      image

    5. When installation completes, click Yes, sign out now. After you sign back in, the display language is Chinese.

      Warning

      The 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.

    6. Open Windows PowerShell and run the following commands to re-enable WSUS.

      Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name UseWUServer -Value 1
      Restart-Service -Name wuauserv                    
    7. Open Settings > Update & Security > Windows Update and install available updates to apply security patches for the new language pack.

    Windows Server 2012

    1. Click Startimage, click Control Panelimage, and then navigate to .

    2. On the Add languages page, select your preferred Chinese version, such as Chinese (Simplified), and click Add.

      image

    3. Download and install the language pack. Select a language, for example, Chinese (People's Republic of China), and then click Move up to set it as the primary language.

      1. Click Options next to the selected language to check for updates online. When the language pack is available, click Download and install language pack.imageimage

      2. Wait for the language pack to install. This may take about 1 hour. The screen shows Installation complete when done.imageimage

    4. Go to the Simple Application Server console - Servers page, restart the instance, and reconnect. The display language is now Chinese.

      Warning

      The 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.

    5. Open Windows PowerShell and run the following commands to re-enable WSUS.

      Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name UseWUServer -Value 1
      Restart-Service -Name wuauserv                    
    6. In Control Panel, go to System and Security > Windows Update and install available updates to apply security patches for the new language pack.

    What to do next

    To replicate this language configuration on new servers, save the instance as a custom image.

    1. Go to the Simple Application Server console - Servers page.

    2. Create a custom image for an instance.

    3. Create a server from a custom image.