You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/pages/docs/locale/locale.txt
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,20 @@ The ''locale'' can not be set directly because it's a derived value from:
29
29
30
30
This two values needs to be known to have a ''locale''.
31
31
32
-
32
+
===== Support =====
33
+
34
+
==== Locale does not exist ====
35
+
36
+
Php uses the locales of your operating system. If you want a certain language and a certain specific region formatting, you need to install this locale.
37
+
38
+
On Linux, you can list the installed locale with
39
+
```bash
40
+
locale -a
41
+
```
42
+
```
43
+
C
44
+
C.utf8
45
+
en_US.utf8
46
+
POSIX
47
+
```
48
+
In this case, the [[:docs:locale:region|region]] is `en` and the language `US`
0 commit comments