Share via

download Chinese characters

Jason Shen 0 Reputation points
2026-02-21T19:38:17.5066667+00:00

I always get error code 0x80070032 when I install Chinese characters by add another language

Windows for home | Windows 11 | Settings
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Jess-Q 8,210 Reputation points Microsoft External Staff Moderator
    2026-02-23T11:56:48.87+00:00

    Hi @Jason Shen

    Thank you for posting your question in the Microsoft Q&A forum.    

    Regarding your issue, error code 0x80070032 when adding Chinese (Simplified or Traditional) usually indicates that Windows is unable to download or install the language pack through Windows Update.  

    Here are a few steps you can try: 

    1. The "Metered Connection" toggle 
    • Go to Settings > Network & Internet > Wi-Fi (or Ethernet). 
    • Click on your current network properties. 
    • User's image
    • Ensure "Metered connection" is toggled Off. 
    1. Restart Essential Services 
    • Type cmd in your Start menu, right-click it, and select Run as Administrator. 
    • Type the following commands one by one, pressing Enter after each: 
    • net stop wuauserv 
    • net stop bits 
    • net start wuauserv 
    • net start bits 
    1. Clear the SoftwareDistribution Folder 
    • Open File Explorer and navigate to: C:\Windows\SoftwareDistribution 
    • Delete everything inside this folder.
    • Restart your computer and try adding the Chinese language pack again.   

    Hopefully it will help work with your issue and if you have any other questions or need further assistance, feel free to ask. 


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".     

    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. 


  2. Jason Shen 0 Reputation points
    2026-02-21T19:42:43.23+00:00

    tell me details of sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth

    0 comments No comments

  3. Jason Shen 0 Reputation points
    2026-02-21T19:40:30.19+00:00

    show me the details of above step 4 and 5

    0 comments No comments

  4. Q&A Assist
    2026-02-21T19:38:25.02+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error code 0x80070032 typically indicates that there is a problem with the file path or the system cannot find the specified file. When trying to install Chinese characters or any language pack in Windows, ensure that you have the necessary permissions and that the system is up to date. Here are a few steps you can take to troubleshoot this issue:

    1. Check for Windows Updates: Make sure your Windows 11 is fully updated, as updates can resolve many installation issues.
    2. Use Administrator Privileges: Ensure you are logged in as an administrator or have the necessary permissions to install language packs.
    3. Verify Language Settings: Go to Settings > Time & Language > Language and ensure that the Chinese language pack is correctly listed. If not, try removing and re-adding it.
    4. Check for Corrupted Files: Run the System File Checker (SFC) tool to check for and repair corrupted system files. You can do this by running sfc /scannow in an elevated Command Prompt.
    5. Use DISM Tool: If the issue persists, you can use the Deployment Image Servicing and Management (DISM) tool to repair the Windows image. Run the command DISM /Online /Cleanup-Image /RestoreHealth in an elevated Command Prompt.

    If these steps do not resolve the issue, consider checking the Microsoft support documentation for further assistance on language pack installation issues.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.