# Languages

## -Language

You can add additional languages to your WinPE by using the `Language` parameter.  In my example, I used the ADK winpe.wim and added Spanish and French to my English US WinPE so I gave a Name that will help me identify the added languages

<figure><img src="https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2FG0X9u1ay55qGUsiMkmcB%2Fimage.png?alt=media&#x26;token=1ddaece3-e0de-477f-93f1-9cfc4f2c4990" alt=""><figcaption><p>New-OSDCloudTemplate -Name 'ADK en es fr' -Language es-es,fr-fr</p></figcaption></figure>

## -SetInputLocale

This parameter allows me to set the default keyboard to something else, like English (US) Dvorak

<figure><img src="https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2FZWmBMPdXWt49OWy2UFV1%2Fimage.png?alt=media&#x26;token=ab1a0f73-0e94-45bf-a35d-fbfcb87aa425" alt=""><figcaption><p>New-OSDCloudTemplate -Name 'ADK en Dvorak' -SetInputLocale '0409:00010409'</p></figcaption></figure>

## -SetAllIntl

Finally, I can change all the International Defaults to one of the added Languages using this parameter.  This will make the following changes

* UI language
* System locale
* User locale
* Input locale

<figure><img src="https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2F1FMFLUcKkDDYCYuyMQe1%2Fimage.png?alt=media&#x26;token=b52b2820-efce-4669-b9ba-307bc9ffc175" alt=""><figcaption></figcaption></figure>
