AZ-140 · Question #324
You add several languages to a base image and utilize that image for deploying the Session Hosts. Users log in but don't have an option to add additional languages. Which of the following steps…
The correct answer is C. Run the Set-WinUserLanguageList cmdlet to add the language list to the settings menu. To make your users select the languages you installed, sign in as the user, and then run the below PowerShell cmdlet for adding the installed language packs to the Languages menu. Also, this script can be set up as a logon script or an automated task that activates when the…
Question
You add several languages to a base image and utilize that image for deploying the Session Hosts. Users log in but don’t have an option to add additional languages. Which of the following steps would you take?
Options
- AUpdate the Inbox Apps for multi-language.
- BCreate a content repository for language packs.
- CRun the Set-WinUserLanguageList cmdlet to add the language list to the settings menu.
- DCreate a content repository for features on demand.
How the community answered
(33 responses)- A15% (5)
- B6% (2)
- C76% (25)
- D3% (1)
Explanation
To make your users select the languages you installed, sign in as the user, and then run the below PowerShell cmdlet for adding the installed language packs to the Languages menu. Also, this script can be set up as a logon script or an automated task that activates when the users sign in to their session. https://docs.microsoft.com/en-us/azure/virtual-desktop/language-packs?WT.mc_id=AZ-MVP- 5004159#enable-languages-in-windows-settings-app
Community Discussion
No community discussion yet for this question.