If you need Chinese (Simplified) basic features on ARM64, search for the same package name with arm64 instead of amd64 .
lpksetup.exe primarily installs full display language packs. For FOD packages like this Basic Typing component, DISM is more reliable.
Is this for an or an offline system image (.wim) ? What specific error code or behavior are you encountering?
This guide will break down exactly what this file is, why you might need it, and how to use it properly across different versions of Windows. If you need Chinese (Simplified) basic features on
This message means the package architecture or build number does not match your system. Ensure you downloaded the version for 64‑bit Windows (the vast majority of users) and that the build matches. Never attempt to force installation with /IgnoreCheck —this will corrupt your language subsystem.
dism /online /add-package /packagepath:"C:\FOD\Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~.cab"
| Component | Meaning | |-----------|---------| | microsoft-windows | The package originates from Microsoft’s core Windows codebase. | | languagefeatures-basic | Indicates a foundational language component, not the full "Local Experience Pack" (which includes spell checking, OCR, and text prediction). "Basic" typically includes keyboard support, UI font rendering, and locale-aware sorting. | | zh-cn | Language tag for . | | package | This is a standalone servicing package (.cab). | | 31bf3856ad364e35 | The public key token (a hash of Microsoft's signing certificate) ensuring binary integrity and origin. | | amd64 | Architecture: 64-bit (x86-64). Not for ARM64 or x86 (32-bit). | | .cab | Cabinet file – a compressed archive used by Windows Setup, DISM, and Component Servicing. | Is this for an or an offline system image (
microsoft-windows-languagefeatures-basic-zh-cn-package 31bf3856ad364e35 amd64 .cab
: Installs vital fonts required to display Simplified Chinese characters correctly without rendering broken text boxes (tofu blocks).
: The regional culture code representing Simplified Chinese (Zone Han / China). This message means the package architecture or build
dism /online /get-capabilities | findstr "zh-cn"
: Ability for the system to recognize Chinese text in images.
The Deployment Image Servicing and Management (DISM) tool is the standard way to install .cab files.
component for Windows that provides essential language resources for Simplified Chinese (zh-cn)
Right-click on in the search results and select Run as administrator . Click Yes if the User Account Control (UAC) prompt appears. Step 4: Run the DISM Installation Command