What are silent parameters to select language?

Rushi 1 Reputation point
2022-07-07T09:54:38.723+00:00

What are silent parameters to select language?

chinese or english

![218488-image.png]1

Microsoft Security | Intune | Configuration Manager | Application
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Mark ter Weele 6 Reputation points
    2022-07-08T13:20:00.747+00:00

    You will need a configuration file to specified the language. As example:

    <Configuration>
    <Add SourcePath="\Server\Share"
    OfficeClientEdition="32"
    Channel="SemiAnnual" >
    <Product ID="O365BusinessRetail">
    <Language ID="en-us" />
    <Language ID="ja-jp" />

    </Product>
    </Add>
    <Updates Enabled="TRUE"
    UpdatePath="\Server\Share" />
    <Display Level="None" AcceptEULA="TRUE" />
    </Configuration>

    To install Windows 365 business, you can run the following command:
    setup.exe /configure configuration.xml

    1 person found this answer helpful.
    0 comments No comments

  2. Simon Ren-MSFT 40,341 Reputation points Microsoft External Staff
    2022-07-08T18:01:02.863+00:00

    Hi,

    1,Firstly, it's recommended to contact the software vendor to get the silent parameters.

    2,You can try a third party tool -- Universal Silent Switch Finder to find the silent switches.
    Universal Silent Switch Finder
    Note: The non-Microsoft link is just for your reference.

    Hope it helps. Thanks for your time.

    Best regards,
    Simon


    If the response 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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.