Add Keyboard language for online Windows 10 20H2

myquestforLearning 1 Reputation point
2022-08-25T21:29:49.913+00:00

We need to give our end users typing capability in Chinese language. Our Windows 10 20H2 already have En-GB as default language. We cant make this change in the offline media.

  1. Added the language manually - shows for the user I was logged on to the computer while making the change but not for the other users of Computer
  2. Added with the following commands (no errors) but added language doesnt show up.
    Dism /online /Add-Package /PackagePath="C:\Microsoft-Windows-Client-Language-Pack_x64_zh-cn.cab"
    DISM.exe /online /add-capability /CapabilityName:Language.Basic~~~zh-cn~0.0.1.0 /Source:C:\
  3. Added via the following commads (no errors) but added language doesnt show up.
    dism /online /add-package /packagepath:C:\Microsoft-Windows-Client-Language-Pack_x64_zh-cn.cab
    dism /online /add-package /packagepath:<Path of basic cab file>

Please suggest if I am missing anything.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,617 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Simon Ren-MSFT 30,116 Reputation points Microsoft Vendor
    2022-08-29T09:10:59.36+00:00

    Hi,

    1,Do you want to deploy Chinese language to the existing devices using SCCM? If yes, we can deploy the language pack as an application (On User Experience page, select Install for system from the Installation behavior drop-down list), refer to:
    How to deploy a Windows language pack as an application in Configuration Manager

    2,If during OSD, you could refer to:
    Windows 10 – SCCM Language Pack Integration

    3,If you want to change the settings in offline media, we could use the /Image:<path_to_offline_image_directory> option in DISM to display and set information about international settings and languages in the offline image.
    DISM Languages and International Servicing Command-Line Options

    If I have misunderstood anything, please feel free to let me know. Thanks for your time.

    Best regards,
    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments