Hello, thanks for reaching out. I'm Ace, one of the Independent Advisors.
Installing German and English language packs for Windows 11 Live Captions on an air-gapped PC requires manually downloading the necessary files on a separate machine and transferring them offline. Microsoft provides language packs that can be installed using DISM.
The best solution is to download the language pack files (lp.cab) from a Windows 11 installation source or Microsoft Volume Licensing Service Center on a connected PC. Once downloaded, transfer them via USB to the air-gapped machine and install them using DISM with the following command:
dism /online /add-package /packagepath:"X:\Path\To\lp.cab"
Replace "X:\Path\To\lp.cab" with the actual file location.
Let me know if this method works.
Thanks!