So the answer is there is no en-gb for Project or Visio. I had to download the en-us and en-gb to deploy Visio and Project with Office.
Microsoft 365 Project and Visio en-gb
Hi all,
I am deploying M365 for a customer. Upgrading from 2013 to 365. I am using the built-in SCCM OCT.
I am having an issue getting Project and Visio installed. I am using the language "en-gb". I am deploying it via SCCM, I have selected the language as en-gb in the OCT wizard in SCCM. It creates successfully, when I deploy Project and Visio to a machine it will fail every time, saying language is not found. To get it to work I have to install 365 en-gb and then a separate package for Project and Visio using the language "en-us".
Is this correct, is there no en-gb version of the Project or Visio?
So for 365 I install using GB
<Add OfficeClientEdition="64" Channel="SemiAnnual" MigrateArch="TRUE">
<Product ID="O365ProPlusRetail">
<Language ID="en-gb" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Bing" />
</Product>
</Add>
For Project, I have to use
<Add OfficeClientEdition="64" Channel="SemiAnnual" OfficeMgmtCOM="TRUE">
<Product ID="ProjectProRetail">
<Language ID="en-us" />
</Product>