contents(quiz): servers select the locale (#478)
This commit is contained in:
parent
3145d735bb
commit
eda3e2fe0e
|
|
@ -24,7 +24,7 @@ Certain languages, especially the widely-spoken languages have different "flavor
|
|||
|
||||
## Predict locale but don't restrict
|
||||
|
||||
Servers can determine the locale/language of visitors via a combination of HTTP `Accept-Language` headers and IPs. With these, visitors can automatically select the best locale for the visitor. However, predictions are not foolproof (especially if visitors are using VPNs) and visitors should still be allowed to change their country/language easily without hassle.
|
||||
Servers can determine the locale/language of visitors via a combination of HTTP `Accept-Language` headers and IPs. With these, servers can automatically select the best locale for the visitor. However, predictions are not foolproof (especially if visitors are using VPNs) and visitors should still be allowed to change their country/language easily without hassle.
|
||||
|
||||
## Consider differences in the length of text in different languages
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue