Skip to content

Commit c243800

Browse files
committed
Update localisation.md
Initial version
1 parent cb6cb94 commit c243800

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

configuration/localisation.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Localisation
2+
3+
Setting up your Raspberry Pi to match your regional settings.
4+
5+
6+
## Language
7+
8+
### NOOBS
9+
10+
To change the language used by NOOBS, you can either press the `L` key on your keyboard, press the up/down arrows to choose the language you want, then press `Enter`, or you can do the same thing using the mouse. NOOBS will remember your selection and use the same language again next time.
11+
12+
Alternatively you can pre-select the language before booting NOOBS for the first time, see [here](https://github.com/raspberrypi/noobs/blob/master/README.md#how-to-change-the-default-language-keyboard-layout-display-mode-or-boot-partition)
13+
14+
### Raspbian
15+
16+
If you've installed Raspbian using NOOBS, it should automatically pick up the same language you were using within NOOBS. But if you want to select a different language, or if you've installed Raspbian from a standalone image, use [raspi-config](raspi-config.md#change_locale---set-locale)
17+
18+
19+
## Keyboard
20+
21+
### NOOBS
22+
23+
To change the keyboard layout used by NOOBS, you can either press the `9` key on your keyboard, press the up/down arrows to choose the keyboard you want, then press `Enter`, or you can do the same thing using the mouse. Note that changing the language (as described above) may automatically change the keyboard as appropriate too. NOOBS will remember your selection and use the same keyboard again next time.
24+
25+
Alternatively you can pre-select the keyboard before booting NOOBS for the first time, see [here](https://github.com/raspberrypi/noobs/blob/master/README.md#how-to-change-the-default-language-keyboard-layout-display-mode-or-boot-partition)
26+
27+
### Raspbian
28+
29+
If you've installed Raspbian using NOOBS, it should automatically pick up the same keyboard you were using within NOOBS. But if you want to select a different keyboard, or if you've installed Raspbian from a standalone image, use [raspi-config](raspi-config.md#configure-keyboard---set-keyboard-layout)
30+
31+
32+
## Timezone
33+
34+
### NOOBS
35+
36+
There's no part of NOOBS that uses the time, so consequently there's no option for changing the timezone.
37+
38+
### Raspbian
39+
40+
Once again, this is something else you can change using the [raspi-config](raspi-config.md#change_timezone---set-timezone) tool.

0 commit comments

Comments
 (0)