Some features of the Haskell web framework IHP produce strings that are sen by the user, e.g. the error messages from validators like nonEmpty
, and they are all in English.
How would I use IHP to produce a page with a non-English audience? Or, even more interesting, produce a webpage that adjusts its language to the preferences of the user?