W10_11langpack.ps1
The script would be a wrapper around the Deployment Imaging Service and Management (DISM) tool, which is the only supported method for language pack servicing.
[Parameter(Mandatory=$false)] [switch]$IncludeSpeechRecognition, w10_11langpack.ps1
function Get-LanguageStatus Select-String "Installed language" Get-WinUserLanguageList The script would be a wrapper around the
[Parameter(Mandatory=$false)] [string]$ImagePath, # For offline servicing of a mounted WIM w10_11langpack.ps1