From eda3e2fe0e9cfecec2cff8d96285f67530a5cc9d Mon Sep 17 00:00:00 2001 From: Nikita <87362520+xtolkunik@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:58:51 +0100 Subject: [PATCH] contents(quiz): servers select the locale (#478) --- .../designing-or-developing-for-multilingual-sites/en-US.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/quiz/questions/designing-or-developing-for-multilingual-sites/en-US.mdx b/packages/quiz/questions/designing-or-developing-for-multilingual-sites/en-US.mdx index 5ae1268eb..09d197cad 100644 --- a/packages/quiz/questions/designing-or-developing-for-multilingual-sites/en-US.mdx +++ b/packages/quiz/questions/designing-or-developing-for-multilingual-sites/en-US.mdx @@ -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