Office 2019 Pro plus default display language

Amir Atary 21 Reputation points
2021-01-22T10:01:08.807+00:00

Hello to all,

I have built an xml for installing Office 2019 Pro plus.

I only need to install 2 languages: Hebrew, English.

My goal is to have Hebrew as a default display language to all apps, but its seems that what ever I do, English is chosen every time :(

I have read that if Hebrew will appear first on the list, it will be the default display language.

Any idea why it behaves like that?

<Configuration ID="5834bc7c-a0cd-4e8d-9e26-0613a53f250d">
  <Add OfficeClientEdition="64" Channel="PerpetualVL2019">
    <Product ID="ProPlus2019Volume" PIDKEY="NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP">
      <Language ID="he-il" />
      <Language ID="en-us" />
      <ExcludeApp ID="Outlook" />
      <ExcludeApp ID="Powerpoint" />
      <ExcludeApp ID="Excel" />
      <ExcludeApp ID="Access" />
      <ExcludeApp ID="Groove" />
      <ExcludeApp ID="OneDrive" />
    </Product>
    <Product ID="LanguagePack">
      <Language ID="he-il" />
      <Language ID="en-us" />
    </Product>
    <Product ID="ProofingTools">
      <Language ID="he-il" />
      <Language ID="en-us" />
    </Product>
  </Add>
  <Property Name="SharedComputerLicensing" Value="0" />
  <Property Name="SCLCacheOverride" Value="0" />
  <Property Name="AUTOACTIVATE" Value="0" />
  <Property Name="FORCEAPPSHUTDOWN" Value="FALSE" />
  <Property Name="DeviceBasedLicensing" Value="0" />
  <Updates Enabled="TRUE" />
  <AppSettings>
    <Setup Name="Company" Value="Amir" />
  </AppSettings>
</Configuration>

Thanks
Amir

Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,069 questions
0 comments No comments
{count} votes

Accepted answer
  1. Erin Ding-MSFT 4,461 Reputation points
    2021-01-25T09:56:10.007+00:00

    @Amir Atary

    I did the test based on your xml and reproduced your issue that English is the default display language.
    60204-1.png

    As a workaround, you could use Group Policy to enforce language settings.
    After setting, you could press win+R, type gpupdate to update Group Policy settings.
    60222-2.png


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful