Talk:Internationalization of Haskell programs using gettext
From HaskellWiki
(Redirected from Talk:Internationalization of Haskell programs)
I think the gettext function __
import Codec.Binary.UTF8.String (decodeString) __ :: String -> String __ = decodeString . unsafePerformIO . getText
See my post on "stackoverflow".
