setlocale-0.0.3: A Haskell interface to setlocale()

System.Locale.SetLocale

Synopsis

Documentation

data Category Source

A type representing the various locale categories. See man 7 locale.

categoryToCInt :: Category -> CIntSource

Convert a Category to the corresponding system-specific LC_* code. You probably don't need this function.

setLocale :: Category -> Maybe String -> IO (Maybe String)Source

A Haskell version of setlocale(). See man 3 setlocale.