Next: I18n from HTTP header, Previous: I18n from URL, Up: Basic API to get language set from client   [Contents]

27.1.2 I18n from cookie ¶

(get "/index"
  #:i18n '(cookie "lang")
  (lambda (rc) ...))
  • If the key in the cookie is "my_lang", then you should configure it as #:i18n '(cookie "my_lang").