Language Evaluator form HTTP_ACCEPT_LANGUAGE (in PHP)
Back
Site is tranlate into: en cs de
Your example of HTTP_ACCEPT_LANGUAGE header:
- nothing
- nothing (to verify the language „script did not specify - use the default language“)
- use the language „“
Different examples of HTTP_ACCEPT_LANGUAGE headers:
- cs
- cs (to verify the language „cs“)
- use the language „“
- cs-CZ
- cs-cz (to verify the language „cs“ variant „cz“)
- use the language „“
- cs_CZ
- cs_cz (to verify the language „cs“ variant „cz“)
- use the language „“
- cz;q=0.9
- cz;q=0.9 (to verify the language „cz“ priority „0.9“)
- use the language „“
- cs,sk;q=0.8,en-US;q=0.5,en;q=0.3
- cs (to verify the language „cs“)
- sk;q=0.8 (to verify the language „sk“ priority „0.8“)
- en-us;q=0.5 (to verify the language „en“ variant „us“ priority „0.5“)
- en;q=0.3 (to verify the language „en“ priority „0.3“)
- use the language „“
- cs, sk;q=0.8, en-US;q=0.5, en;q=0.3
- cs (to verify the language „cs“)
- sk;q=0.8 (to verify the language „sk“ priority „0.8“)
- en-us;q=0.5 (to verify the language „en“ variant „us“ priority „0.5“)
- en;q=0.3 (to verify the language „en“ priority „0.3“)
- use the language „“
- cs-CZ,cz;q=0.9
- cs-cz (to verify the language „cs“ variant „cz“)
- cz;q=0.9 (to verify the language „cz“ priority „0.9“)
- use the language „“
- cs-CZ, cz;q=0.9
- cs-cz (to verify the language „cs“ variant „cz“)
- cz;q=0.9 (to verify the language „cz“ priority „0.9“)
- use the language „“
- cs_CZ,cz;q=0.9
- cs_cz (to verify the language „cs“ variant „cz“)
- cz;q=0.9 (to verify the language „cz“ priority „0.9“)
- use the language „“
- cs_CZ, cz;q=0.9
- cs_cz (to verify the language „cs“ variant „cz“)
- cz;q=0.9 (to verify the language „cz“ priority „0.9“)
- use the language „“
- fr-BE,cs;q=0.8,sk;q=0.6,en-US;q=0.4,en;q=0.2
- fr-be (to verify the language „fr“ variant „be“)
- cs;q=0.8 (to verify the language „cs“ priority „0.8“)
- sk;q=0.6 (to verify the language „sk“ priority „0.6“)
- en-us;q=0.4 (to verify the language „en“ variant „us“ priority „0.4“)
- en;q=0.2 (to verify the language „en“ priority „0.2“)
- use the language „“
- es-US,es-419;q=0.9,es;q=0.8
- es-us (to verify the language „es“ variant „us“)
- es-419;q=0.9 (to verify the language „es“ variant „419“ priority „0.9“)
- es;q=0.8 (to verify the language „es“ priority „0.8“)
- use the language „“
- pt-br-BR
- pt-br-br (to verify the language „pt“ variant „br“)
- use the language „“
- cs;q=0.8,sk;q=0.6,en-US;q=0.4,en;q=0.2
- cs;q=0.8 (to verify the language „cs“ priority „0.8“)
- sk;q=0.6 (to verify the language „sk“ priority „0.6“)
- en-us;q=0.4 (to verify the language „en“ variant „us“ priority „0.4“)
- en;q=0.2 (to verify the language „en“ priority „0.2“)
- use the language „“
- cs;q=0.4,sk;q=0.6,en-US;q=0.8,en;q=0.2
- cs;q=0.4 (to verify the language „cs“ priority „0.4“)
- sk;q=0.6 (to verify the language „sk“ priority „0.6“)
- en-us;q=0.8 (to verify the language „en“ variant „us“ priority „0.8“)
- en;q=0.2 (to verify the language „en“ priority „0.2“)
- use the language „“
Back