For advanced users or IT admins, you can create a custom offline installer using the Office Deployment Tool configuration.xml file to specify the additional language (e.g., setup.exe /download configuration.xml
Install the Language Accessory Packs for Office 2016 - Microsoft Support
<Configuration> <Add OfficeClientEdition="64" Channel="PerpetualVL2016"> <Product ID="LanguagePack" LanguageID="fr-fr"> <Language ID="fr-fr" /> </Product> </Add> <Display Level="None" AcceptEULA="TRUE" /> </Configuration>
For advanced users or IT admins, you can create a custom offline installer using the Office Deployment Tool configuration.xml file to specify the additional language (e.g., setup.exe /download configuration.xml
Install the Language Accessory Packs for Office 2016 - Microsoft Support
<Configuration> <Add OfficeClientEdition="64" Channel="PerpetualVL2016"> <Product ID="LanguagePack" LanguageID="fr-fr"> <Language ID="fr-fr" /> </Product> </Add> <Display Level="None" AcceptEULA="TRUE" /> </Configuration>