Skip to content

Commit 21bd50e

Browse files
committed
Update localisation.md
1 parent 32271a2 commit 21bd50e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/localisation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ layout: doc
33
---
44
# Localising Windows
55

6+
## Enable Localisation
7+
68
`Install-Defaults.ps1` can configure system-wide language / locale settings, and on Windows 10/11 and Windows Server 2025 install language packs. Here's an example installing the English Australia locale settings and language support:
79

810
```powershell
@@ -27,7 +29,7 @@ Set-WinHomeLocation -GeoId $RegionInfo.GeoId
2729
Set-SystemPreferredUILanguage -Language $Language
2830
```
2931

30-
## Language Packs
32+
## Install Language Packs
3133

3234
The `-InstallLanguagePack` parameter is required to install a language pack in addition to modifying the locale. This uses the [Install-Language](https://learn.microsoft.com/en-au/powershell/module/languagepackmanagement/install-language) module to install the appropriate language pack. This module is only available on current version of Windows 10, Windows 11 and Windows Server 2025.
3335

0 commit comments

Comments
 (0)