Microsoft-windows-languagefeatures-basic-zh-cn-package 31bf3856ad364e35 Amd64 .cab
White Paper Title:
Scenario B: Language Pack Prerequisite
Some full Language Packs (LP) for zh-cn require the "Basic" features as a dependency. If you try to install the full LP without the Basic .cab, DISM will return:
DISM does not support installing a language pack when the neutral language pack is not installed.
Further Resources
- Microsoft Docs: Add and Remove Language Packs using DISM
- Microsoft Docs: Language Package Types
- Windows 10/11 servicing stack reference (public key token
31bf3856ad364e35)
Last updated: 2025
The file microsoft-windows-languagefeatures-basic-zh-cn-package is a Windows Cabinet (.cab) file used by the operating system to install essential language components for Simplified Chinese. What is this package?
This specific package belongs to the "Features on Demand" (FOD) category in Windows. It provides the foundational tools needed to support a specific language environment, including: Spell checkers and dictionaries. Input Method Editors (IMEs) for typing Chinese characters. Word breaking and hyphenation rules. Font linking for proper character display. Decoding the filename
The string of text in the filename provides specific technical metadata:
basic-zh-cn: Targets the "Basic" feature set for Simplified Chinese (PRC).
31bf3856ad364e35: This is the Microsoft "Public Key Token" used to verify the digital signature and authenticity of the package.
amd64: Indicates the package is for 64-bit architecture (Intel or AMD processors).
.cab: A compressed archive format used by Windows for software installation and driver updates. Common Use Cases
Offline Installation: IT admins use this file to add Chinese language support to Windows images in environments without internet access.
DISM Tool: It is typically installed via the Command Prompt using the Deployment Image Servicing and Management (DISM) tool.
System Repair: If a language pack becomes corrupted, this .cab file is used to manually reinstall the missing features. 💡 Troubleshooting Tip
If you encounter an error (like 0x800f0954) while Windows is trying to download this package, it often means your computer is looking for the file on a local WSUS server instead of Windows Update. Switching to a direct internet connection or using the manual .cab install usually fixes the issue. If you need help with a specific task, let me know: Are you trying to install this manually? Are you seeing a specific error code?
Understanding the microsoft-windows-languagefeatures-basic-zh-cn-package 31bf3856ad364e35 amd64 .cab file is essential for users and IT administrators who need to enable Simplified Chinese input and basic text features on Windows systems, particularly in offline or restricted environments.
This specific .cab file is a "Feature on Demand" (FOD) package that provides the core components for the Chinese (Simplified) language, including IME (Input Method Editor) support, spell checking, and word breaking. What is this Package?
The package name follows a standard Microsoft naming convention:
microsoft-windows-languagefeatures-basic-zh-cn: The "Basic" component for the Simplified Chinese (zh-cn) language.
31bf3856ad364e35: A standard public key token used by Microsoft for identifying official packages.
amd64: Indicates the package is designed for 64-bit (x64) processor architectures.
.cab: A cabinet file format used by Windows to store compressed installation files. How to Manually Install the .cab File
If your system is stuck on "Downloading" in the Settings app or is disconnected from the internet, you can install this package manually using the DISM (Deployment Image Servicing and Management) tool.
Locate the File: Ensure the .cab file is saved to a known location, such as C:\FOD\.
Open Command Prompt: Right-click the Start button and select Command Prompt (Admin) or Windows Terminal (Admin).
Run the DISM Command: Type the following command (adjusting the path if necessary) and press Enter:
dism /online /add-package /packagepath:"C:\FOD\Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~.cab" ``` Use code with caution. Restart: Reboot your computer to finalize the installation. Why Manual Installation is Necessary
Most users install languages via Settings > Time & Language > Language & Region. However, manual .cab installation is often required in these scenarios:
Offline Environments: Servers or secure workstations without internet access.
Windows Update Issues: When errors like 0x800f0950 or 0x80070005 prevent automatic downloads.
Image Deployment: IT admins adding language support to a custom Windows image before deploying it to multiple PCs.
Chinese basic typing not completing download - Microsoft Q&A White Paper Title: Scenario B: Language Pack Prerequisite
The provided string identifies a Windows Feature on Demand (FOD) package used to enable basic Simplified Chinese language capabilities (like spell-checking and text prediction) on 64-bit Windows systems. It is a system-level component typically installed using the DISM tool. The Story of the Silent Architect
In the vast, binary landscape of a high-performance workstation, there lived a silent architect named microsoft-windows-languagefeatures-basic-zh-cn-package. While other files, like the flashy .exe executables, took all the credit for "running" the show, the Architect lived in the shadows of the C:\Windows\System32 district, waiting for its moment to serve.
The Architect was a .cab—a cabinet file—holding the essential blueprints for communication. Inside its compressed walls were the secrets of Simplified Chinese: the logic for breaking words, the intuition of text prediction, and the sharp eyes of a spell-checker. Without it, the user’s keyboard was a desert of unrecognized symbols.
One rainy Tuesday, the user, a developer named Elias, decided to expand his horizons. He opened the Settings terminal and summoned the Architect. But the "Easy Install" gatekeepers were stuck, spinning in an endless loop at 80%. The Architect remained locked in its cabinet, unable to reach the system.
Elias, undeterred, took a different path. He reached for the Administrative Command Prompt, a direct line to the system’s core. He spoke the ancient incantation:
dism /Online /Add-Package /PackagePath:"C:\Temp\Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~.cab"
The system trembled as the Deployment Image Servicing and Management (DISM) tool began to extract the Architect's blueprints. For ten long minutes, the Architect worked, weaving its logic into the fabric of the operating system.
Finally, a prompt appeared: "The operation completed successfully".
With a quick reboot, the transformation was complete. When Elias typed, the symbols for "Hello" ( 你好你 好
) flowed perfectly onto the screen. The Architect had done its job, silently ensuring that in this digital world, no language was a barrier.
Chinese basic typing not completing download - Microsoft Q&A
While the string "microsoft-windows-languagefeatures-basic-zh-cn-package 31bf3856ad364e35 amd64 .cab"
might look like a random jumble of characters to the average user, it actually represents a critical bridge between human culture and digital infrastructure. This specific package is a Windows Cabinet (.cab) file designed to provide basic Chinese (Simplified) language capabilities to a 64-bit Windows operating system. The Anatomy of the Package
To understand its significance, one must deconstruct its technical nomenclature: Language Features (Basic)
: This indicates the foundational components of a language—fonts, keyboard layouts, and essential proofing tools. Without this, a computer is essentially "illiterate" in that specific tongue.
: This is the ISO code for Chinese (Simplified, Mainland China). It represents a gateway for over a billion people to interact with technology in their native script. 31bf3856ad364e35
: This "PublicKeyToken" is a digital signature from Microsoft. It ensures the file hasn't been tampered with, acting as a seal of authenticity and security.
: This signifies that the code is optimized for modern 64-bit processors, the standard for performance in today's computing world. Bridging the Digital Divide On a broader level, this package is an example of Digital Localization
. In the early days of computing, technology was largely English-centric. The existence of modular packages like this one demonstrates a shift toward universal accessibility. It allows a user in Beijing, a student in Singapore, or a researcher in New York to transform a generic machine into a tool tailored for the Chinese-speaking world. The Role of the .CAB File The choice of a
format is a nod to efficiency. Cabinet files are compressed archives that allow Windows to store and install complex features without wasting disk space. When a user adds a language in their settings, the operating system fetches this specific "cabinet," unpacks the linguistic rules, and integrates them into the system’s core. Conclusion
Ultimately, this file is more than just code; it is a fundamental unit of global communication. It represents the intersection of high-level software engineering and the preservation of linguistic diversity. By enabling a machine to "speak" and "understand" Chinese, Microsoft ensures that the digital revolution remains an inclusive, worldwide phenomenon rather than a monolingual one. Do you need help installing
this specific package via Command Prompt, or were you looking for a more technical breakdown of its contents?
Write-Up Title: Microsoft Windows Language Component – Basic Chinese (Simplified, China) Package
Package Identification:
- Package Name:
microsoft-windows-languagefeatures-basic-zh-cn-package - Processor Architecture:
amd64(64-bit) - Version Key:
31bf3856ad364e35(Microsoft’s official public key token for Windows components) - File Type:
.cab(Windows Cabinet File)
Overview:
This cabinet (.cab) file contains the Basic Language Features for Chinese (Simplified, China) – designated zh-CN. It is a core Windows operating system component designed to install or service the fundamental linguistic resources required for displaying, typing, and processing Simplified Chinese text on an amd64 (64-bit) version of Windows.
Key Functionality Provided:
- Basic Input & Display: Enables correct rendering of Simplified Chinese characters (Hanzi) in the UI, web browsers, and applications.
- Input Method Editor (IME) Foundation: Installs the baseline IME engine required for typing Chinese using Pinyin or other input methods.
- Localization Resources: Provides essential localized strings for system dialog boxes, context menus, and settings screens.
- Font Support: Installs or updates the necessary basic CJK (Chinese, Japanese, Korean) fonts (e.g., Microsoft YaHei) to prevent text rendering as blank boxes or garbled characters.
- Sorting & Calendar: Configures Chinese linguistic sorting rules, date/time formats, and the Gregorian calendar with Chinese locale conventions.
Deployment Context: This package is typically deployed:
- During Windows Setup (as a language pack dependency).
- Via DISM (Deployment Imaging Servicing and Management) for offline servicing of a Windows image (install.wim).
- As part of a language experience pack in Windows 10/11 through Windows Update or enterprise deployment tools like SCCM or Intune.
Target Audience:
- System Administrators deploying multilingual Windows environments for users in China or Chinese-speaking regions.
- Application Developers needing to validate that their software correctly supports Simplified Chinese text input and display on 64-bit Windows.
- IT Pros performing offline servicing of Windows images to reduce post-deployment language download overhead.
Installation / Servicing Notes:
- Architecture Requirement: This package is strictly for
amd64(Intel/AMD 64-bit) systems. It cannot be installed onx86(32-bit) orarm64architectures. - Dependencies: May require the base Windows language pack or the Windows Display Language pack for full UI translation. The “basic” package primarily provides input and text rendering, not full shell UI translation.
- Removal: Can be removed via
DISM /Remove-Packageor Windows Settings → Time & Language → Language & Region if no other components depend on it. - Signature: The package is digitally signed by Microsoft; integrity should be verified before deployment.
Example DISM Command (Offline Servicing): Further Resources
DISM /Image:C:\mount\windows /Add-Package /PackagePath:"microsoft-windows-languagefeatures-basic-zh-cn-package~31bf3856ad364e35~amd64~~.cab"
Verification: After installation, verify success with:
Get-WinUserLanguageList
Or via DISM:
DISM /Image:C:\mount\windows /Get-Packages | findstr "zh-cn"
Security & Compliance:
- No known vulnerabilities in the base component as of the latest Windows release; maintain regular Windows Update cadence for servicing updates to this package.
- Compliant with GB18030 (Chinese national character set standard) requirements for government and enterprise systems operating in China.
Support Lifecycle: Tied to the parent Windows version (e.g., Windows 10, Windows 11, Windows Server 2019/2022). Refer to Microsoft’s Lifecycle Policy for specific end-of-support dates.
How to Fix "Chinese Basic Typing Not Ready" in Windows If you have ever tried to add Simplified Chinese to your Windows PC only to find the download stuck or the IME (Input Method Editor) dictionaries perpetually "not ready," you aren't alone. Usually, Windows handles these Features on Demand (FOD)
automatically, but network glitches or restricted environments can break the process. The fix involves manually installing the core component:
microsoft-windows-languagefeatures-basic-zh-cn-package~31bf3856ad364e35~amd64~~.cab
. This package provides the essential typing engine, spell-checking, and text prediction required for Simplified Chinese. Quick Guide: Installing the zh-CN Basic Package
To bypass the "stuck" download in your settings, follow these steps to install the file manually using the Deployment Imaging Service and Management (DISM)
Chinese basic typing not completing download - Microsoft Q&A
The package "microsoft-windows-languagefeatures-basic-zh-cn-package 31bf3856ad364e35 amd64 .cab" is a critical Windows system file used to enable fundamental Simplified Chinese (zh-CN) language capabilities on 64-bit (amd64) systems.
As part of the Language and region Features on Demand (FOD) framework, it serves as the foundational layer for regional text input and linguistic processing in Windows 10 and 11. Core Functionality
The "Basic" package is the prerequisite for all other Chinese language features. It provides:
Text Processing: Essential rules for word breaking, hyphenation, and text prediction.
Input Method Editors (IME): The logic required for users to type Chinese characters using a standard keyboard.
Linguistic Tools: Integrated spell-checking and basic typing support.
Dependencies: Without this package, "satellite" features like Handwriting, Speech Recognition, and Text-to-Speech cannot function. Technical Context
File Format: The .cab extension indicates it is a Cabinet file, a compressed archive used by Windows to store and install system components.
Naming Convention: The string 31bf3856ad364e35 is a public key token used by Microsoft to sign and verify the authenticity of system packages.
Architecture: The amd64 designation confirms it is built for 64-bit processors, which are standard for modern desktop and server environments. Deployment and Installation
While most users install this via the "Language" menu in Windows Settings, IT professionals and system administrators often handle the .cab file manually for offline imaging or enterprise deployment.
The standard method for manual installation uses the Deployment Image Servicing and Management (DISM) tool:
dism /online /add-package /packagepath:"C:\path\to\package.cab" Use code with caution. Copied to clipboard
This method is particularly common in Azure Virtual Desktop environments or when creating custom Windows images where internet access is restricted. Common Issues Language and region Features on Demand (FOD)
The package microsoft-windows-languagefeatures-basic-zh-cn-package 31bf3856ad364e35 amd64 .cab is a Windows Feature on Demand (FOD) component that provides essential Simplified Chinese language capabilities, including basic typing, spell checking, and dictionary support.
This specific .cab file is primarily used by system administrators to manually add language support to offline Windows images or to resolve installation errors like [0x80D02002](microsoft.com when standard downloads fail. Key Package Details
Package Name: Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package.
Version Identifier: 31bf3856ad364e35 (Standard Microsoft public key token). Architecture: amd64 (64-bit systems). Format: .cab (Windows Cabinet file).
Functionality: Enables basic Simplified Chinese IME (Input Method Editor) features, which are required for other components like Handwriting or Text-to-Speech to function. Installation Methods
If the standard Settings app method fails or you are working in an offline environment, you can use these administrative tools: 1. Deployment Image Servicing and Management (DISM) Microsoft Docs: Add and Remove Language Packs using
This is the most common method for installing .cab files manually. Open Command Prompt as Administrator and run:dism /online /add-package /packagepath:"C:\Path\To\File\microsoft-windows-languagefeatures-basic-zh-cn-package~31bf3856ad364e35~amd64~~.cab". 2. PowerShell
You can also use PowerShell with administrative privileges:Add-WindowsPackage -Online -PackagePath "C:\Path\To\File\microsoft-windows-languagefeatures-basic-zh-cn-package~31bf3856ad364e35~amd64~~.cab".
Chinese basic typing not completing download - Microsoft Q&A
Troubleshooting: Manual Installation of Simplified Chinese Basic Language Features
If you have ever tried to add Simplified Chinese to your Windows 11 or 10 machine only to see "Basic Typing" or "IME Dictionaries" stuck at 0% for hours, you are not alone. This is a notorious issue where the automated Features on Demand (FOD) download fails to trigger or complete.
The package at the heart of this is Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~.cab. This file contains the essential spell-checking, text prediction, and word-breaking components required for the Chinese IME to function. Why the Standard Download Fails
Commonly, these downloads hang due to Windows Update service glitches, network restrictions in corporate environments, or corrupted local metadata. When this happens, the "Dictionaries are not ready" error persists, making it impossible to type Chinese characters even if the keyboard layout is visible. The Solution: Manual Installation via DISM
To bypass the stuck Windows Update process, you can manually install the .cab file using the Deployment Image Servicing and Management (DISM) tool.
Chinese basic typing not completing download - Microsoft Q&A
microsoft-windows-languagefeatures-basic-zh-cn-package (full identity: 31bf3856ad364e35 amd64 .cab Feature on Demand (FOD)
package for Windows that provides the foundational components for the Chinese (Simplified) Microsoft Learn Core Purpose
This package is essential for any Windows user who needs to type or read Simplified Chinese. It includes: Basic Typing: Core input method (IME) support for Simplified Chinese. Text Services:
Spell checking, text prediction, word breaking, and hyphenation specific to the language. Foundational Dependency:
It is typically the first component you must add before installing other Chinese language features like Handwriting, Speech, or Text-to-Speech. Microsoft Learn When to Use This File You will typically interact with this specific file in the following scenarios:
Функции языка и региона по запросу (FOD) - Microsoft Learn
Method 1: Installing via DISM (Command Line)
The Deployment Image Servicing and Management (DISM) tool is the standard way to install .cab files.
To install on a running Operating System:
- Open Command Prompt or PowerShell as Administrator.
- Run the following command (replace the path with the actual location of your file):
DISM /Online /Add-Package /PackagePath:"C:\Path\To\Your\microsoft-windows-languagefeatures-basic-zh-cn-package_31bf3856ad364e35_amd64.cab"
To install on an Offline Image (for IT Pros):
If you are applying this to a WIM file:
- Mount the WIM file.
- Run the command pointing to the mount directory:
DISM /Image:C:\Mount\Offline /Add-Package /PackagePath:"C:\Path\To\Your\microsoft-windows-languagefeatures-basic-zh-cn-package_31bf3856ad364e35_amd64.cab"
Introduction: Decoding the File Name
When browsing the internal structure of a Windows 10 or Windows 11 installation image (ISO), servicing stack (DISM) folders, or an offline operating system image (such as install.wim), you may encounter a file with an extremely long and technical name:
microsoft-windows-languagefeatures-basic-zh-cn-package 31bf3856ad364e35 amd64 .cab
At first glance, this filename appears cryptic. However, each segment serves a specific purpose in Microsoft's component servicing architecture. This article provides an exhaustive analysis of what this package is, why it exists, when you need it, and how to manipulate it safely using deployment tools.
Method 1: Adding to Running Windows (Online)
Open Command Prompt as Administrator or PowerShell as Admin.
dism /online /add-package /packagepath:"C:\Packages\microsoft-windows-languagefeatures-basic-zh-cn-package~31bf3856ad364e35~amd64~~.cab"
Note the tilde (
~) separators in the actual internal name. The file on disk may not have tildes, but DISM accepts the filename as is.
After installation, restart the Language Servicing engine:
dism /online /enable-language /language:zh-cn /All
Error 1: “The package is not applicable to this image”
Cause: You are trying to install an amd64 package on an x86 Windows, or a Windows 10 package on Windows 8, or a mismatched cumulative update baseline.
Solution: Run DISM /Online /Get-Packages to see installed language packages and their versions. Download the correct .cab for your exact OS build (use winver to check).
Error 2: “The package cannot be found in the specified source”
Cause: The .cab is corrupted, incomplete, or not properly signed. Also, DISM expects the .cab and its companion .mum (manifest) file in the same folder.
Solution: Re-download from Microsoft Update Catalog. Verify the digital signature (right-click > Properties > Digital Signatures).
