mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Updated
This commit is contained in:
parent
305560033d
commit
6b6be2cac4
@ -18,22 +18,25 @@ The Language Pack Management CSP allows a direct way to provision language packs
|
|||||||
|
|
||||||
1. Enumerate installed languages with GET command on the "InstalledLanguages" node
|
1. Enumerate installed languages with GET command on the "InstalledLanguages" node
|
||||||
|
|
||||||
***GET./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages**
|
**GET./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages**
|
||||||
**GET./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages/zh-CN/Providers**
|
**GET./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages/zh-CN/Providers**
|
||||||
**GET./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages/ja-JP/Providers***
|
**GET./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages/ja-JP/Providers**
|
||||||
|
|
||||||
|
|
||||||
The nodes under **InstalledLanguages** are the language tags of the installed languages. The **providers** node under language tag is the bit map representation of either [language pack (features)](/windows-hardware/manufacture/desktop/available-language-packs-for-windows) or [LXPs](https://www.microsoft.com/en-us/store/collections/localexperiencepacks?cat0=devices&rtc=1). The value of **1** indicates the language pack installed is a System Language Pack (non-LXP), **2** indicates that the LXP is installed. **3** indicates that both are installed.
|
The nodes under **InstalledLanguages** are the language tags of the installed languages. The **providers** node under language tag is the bit map representation of either [language pack (features)](/windows-hardware/manufacture/desktop/available-language-packs-for-windows) or [LXPs](https://www.microsoft.com/en-us/store/collections/localexperiencepacks?cat0=devices&rtc=1).
|
||||||
|
- Indicates the language pack installed is a System Language Pack (non-LXP)
|
||||||
|
- Indicates that the LXP is installed.
|
||||||
|
- Indicates that both are installed.
|
||||||
|
|
||||||
2. Install language pack features with the EXECUTE command on the **StartInstall** node of the language. For example,
|
2. Install language pack features with the EXECUTE command on the **StartInstall** node of the language. For example,
|
||||||
|
|
||||||
***ADD./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/**
|
**ADD./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/**
|
||||||
**EXECUTE./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/StartInstallation***
|
**EXECUTE./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/StartInstallation**
|
||||||
|
|
||||||
The installation is an asynchronous operation. You can query the **Status** node by using the following commands:
|
The installation is an asynchronous operation. You can query the **Status** node by using the following commands:
|
||||||
|
|
||||||
*****GET./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/Status****
|
**GET./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/Status**
|
||||||
***GET./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/ErrorCode***
|
**GET./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/ErrorCode**
|
||||||
|
|
||||||
Status: 0 – not started; 1 – in process; 2 – succeeded; 3 – failed. ErrorCode is a HRESULT that could help diagnosis if the installation failed.
|
Status: 0 – not started; 1 – in process; 2 – succeeded; 3 – failed. ErrorCode is a HRESULT that could help diagnosis if the installation failed.
|
||||||
|
|
||||||
@ -43,11 +46,11 @@ The Language Pack Management CSP allows a direct way to provision language packs
|
|||||||
3. Delete installed Language with the DELETE command on the installed language tag. The delete command is a fire and forget operation. The deletion will run in background. IT admin can query the installed language later and resend the command if needed.
|
3. Delete installed Language with the DELETE command on the installed language tag. The delete command is a fire and forget operation. The deletion will run in background. IT admin can query the installed language later and resend the command if needed.
|
||||||
|
|
||||||
|
|
||||||
***DELETE ./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages /zh-CN(Delete command)***
|
**DELETE./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages/zh-CN(Delete command)**
|
||||||
|
|
||||||
4. Get/Set System Preferred UI Language with GET or REPLACE command on the "SystemPreferredUILanguages" Node
|
4. Get/Set System Preferred UI Language with GET or REPLACE command on the "SystemPreferredUILanguages" Node
|
||||||
|
|
||||||
|
|
||||||
**.*/Device/Vendor/MSFT/LanguagePackManagement/LanguageSettings/SystemPreferredUILanguages***
|
**./Device/Vendor/MSFT/LanguagePackManagement/LanguageSettings/SystemPreferredUILanguages**
|
||||||
|
|
||||||
|
|
@ -1302,6 +1302,7 @@ Additional lists:
|
|||||||
<td><img src="images/checkmark.png" alt="check mark" /></td>
|
<td><img src="images/checkmark.png" alt="check mark" /></td>
|
||||||
<td><img src="images/checkmark.png" alt="check mark" /></td>
|
<td><img src="images/checkmark.png" alt="check mark" /></td>
|
||||||
<td><img src="images/crossmark.png" alt="cross mark" /></td>
|
<td><img src="images/crossmark.png" alt="cross mark" /></td>
|
||||||
|
<td><img src="images/crossmark.png" alt="cross mark" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user