Talk:Internationalization of Haskell programs using gettext
From HaskellWiki
(Difference between revisions)
m (Talk:Internationalization of Haskell programs moved to Talk:Internationalization of Haskell programs using gettext: Allowing for listing other approaches to i18n on the general page.) |
Current revision
I think the gettext function__
import Codec.Binary.UTF8.String (decodeString) __ :: String -> String __ = decodeString . unsafePerformIO . getText
See my post on "stackoverflow".
